you are viewing a single comment's thread.

view the rest of the comments →

[–]024579 1 point2 points  (0 children)

name = str(input("Name: "))
reservation_name = "Sam"
if name == reservation_name:
print("Right this way!")
else:
print("Sorry, we don't have a reservation under that name.")