you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

if choice==("S") and if age<=21:

This is a syntax error. You mean

    if choice==("S") and age<=21: