Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I wrote this in python and I can't get it to work. Please help me to correct it >>> sum = int(0) >>> number=int (0)

I wrote this in python and I can't get it to work. Please help me to correct it

image text in transcribed

>>> sum = int(0) >>> number=int (0) >>> print ("Enter a positive whole number or Owhen done") Enter a positive whole number or Owhen done >>> number = int(input()) while (number>0) Traceback (most recent call last): File "", line 1, in number = int (input()) ValueError: invalid literal for int() with base 10: 'while (number>0)' >>> while (number>0): sum=sum+number print ("Enter a positive whole number or when done") number - int (input()) print ("Ther sum of number input is ", sum) SyntaxError: invalid syntax >>> sum = int(0)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

Understand the major components of a marketing plan.

Answered: 1 week ago

Question

3. Identify challenges to good listening and their remedies

Answered: 1 week ago

Question

4. Identify ethical factors in the listening process

Answered: 1 week ago