- 3
(24.2) ticket prices
I'm in this. I'm trying to solve it from 2days.
9 odpowiedzi
+ 3
Tag the programming language and copy your attempt into the code playground, then attach it here.
You'll also help others help you if you write what the project is.
+ 2
Thanks for sharing that. Now just edit and update your original post with that tag and the other information please ;)
+ 2
This section is intended for questions about programming, not announcements on time spent on some task
+ 2
Pls follow Ausgrindtube instructions. They have a reason - which he explained.
Also, pls explain what is wrong with the results. This is an important skill for those wanting to code.
0
total=0
passengers=0
while(passengers<=5):
passengers+=1
age=int(input())
if age<3:
continue
else:
total+=100
print(total)
0
is it correct
0
We've tried to give you clear instructions to take you to the correct answer, but we're not getting anything at all from you. Always we're getting our hints ignored. Please help people to help you.
- 1
I've tried solve this using Google and tried many codes but I'am not getting correct answer. Always I'am getting error in the result. Please 🥺 help me to clear this test.