+ 1
Please solved this= total=0 x=0 while x<5: age = int(input()) if age>3: total +=100 x+=1 print(total)
Solved the code
2 Respuestas
+ 4
Manish Kumar ,
the indentation of your code is not correct. please try to read and understand how to to do indentation properly.
your profile does not show anything about your learning path, so i recommend you to start with python for beginners.
+ 1
Please do not put the code in the title section – it gets CUT OFF and the INDENTATION gets messed up.
What issue did you encounter and what is the code supposed to do?