nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
210 B
0
Indexable
Never
answer = input("Do you want to end game? (yes or no): ")
answer = answer.strip().lower()

while answer != "yes":
    answer = input("Do you want to end game? (yes or no): ")
    answer = answer.strip().lower()

nord vpnnord vpn
Ad