+ 1
Can anyone tell me solution of 24.2 test case in python for beginners plz.... my code in description
x=int(input()) total = 100 while x>0: if x<3: total=total print(total) continue if x>=3: total=total+100 print(total)
3 Answers
+ 3
You can show us your code and we can help you to solve it yourself
0
anuruddhika Create your own thread and explicitly which question you have.