Question: 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

>>> 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 "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
