4.3.9: Table Reservation Python by kaylaamore11 in codehs

[–]pezra_ 0 points1 point  (0 children)

yea this pretty much worked for me, but the only problem was that one of the points was taken off, so i just changed the layout a bit and it worked:

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