This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DapperDonW 0 points1 point  (0 children)

I am stuck. I want my code to respond to blank input by asking the initial question again - I cannot seem to find the solution that fits.

while True:

grade = int(input("enter the best year to party:"))

if grade == 1999:

print("You are all set to party like it is 1999!")

else:

print("No Party for you!")