Login to ZARP
|
|
try this for the second one
test = input("Where are you?")
while test != "Rome":
test = input("Where are you?")
print("When in Rome do what Romans do") |
|
Login or register to post a reply.
|
|