+ 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)

7th Feb 2022, 3:58 PM
Sanyam Turieha
3 Answers
+ 3
You can show us your code and we can help you to solve it yourself
7th Feb 2022, 4:04 PM
Lisa
Lisa - avatar
0
anuruddhika Create your own thread and explicitly which question you have.
9th Jun 2023, 9:10 AM
Lisa
Lisa - avatar