4.3.9: Table Reservation

The Problem

I swear I have it done correctly, but the autograder says it's wrong.

The Solution

Probably the instructions.

Check the instructions again. It's important to build the habit of reading those closely and following them precisely.

reservation_name =  "Shonda"

Do note that the reservation has to be initialized as a string.  Remember that initializing a variable means to assign it a value. You don't need to typecast it (no need for str(reservation_name)) - just put it in quotes.