0
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
Please
2 RĂ©ponses
+ 1
ameer shaik I'm wondering what your question is or if you want us to do your assignment for you while you and 99 others set on the bus... and each one of you received a bus token đȘ or đ« ticket.
0
Use while loop. While the seat count is more than 0, sell tickets. At the end of each iteration seat count should reduce by one.
While & seats are the answers