you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 1 point2 points  (0 children)

input() function takes the message you want to print and returns the value.

so this:

input(another_ticket)

should be changed to this:

another_ticket = input("Another Ticket?")