You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("Name: {}\nGender: {}\nAge: {}\nNo Of Seats: {}\nYour Booking Was Successfull".format(self.name,self.gender,self.age,self.no_of_seats))
obj=Booking(input("Enter Train Name: "),int(input("Enter Train Number: ")),input("Enetr Your Name: "),input("Enter Your Age: "),int(input("Enter Number Of Seats To Be Booked: ")),input("Enter Gender: "))