-
-
Notifications
You must be signed in to change notification settings - Fork 49.4k
program for stimulate bus ticket booking system i learn.... python using loop in whileloop using #if and #else and input after write this program it gives more confidence to grow up, so you also try once #python #programminglanguage #engineering_in_kannada @skill_developer28 Ayyana P Goud #13936
Open
@ayyanagoud12
Description
available_seats = 8
while available_seats>=0:
booking= input("do you want seat in bus (yes/no): ")
if booking =="yes":
available_seats-=1
print(f"remaining seats in bus {available_seats}so hurry up!")
else:
print("no booking made")
if available_seats==0:
print("all seats are booked")
break
print("Thank you for visit")
Metadata
Metadata
Assignees
Labels
No labels