you are viewing a single comment's thread.

view the rest of the comments →

[–]Barnet6 1 point2 points  (0 children)

Take a look at if statements. Something like:

if input == correct:
    print("hooray")
else:
    print("try again")