SCROLL DOWN FOR EDITED CODE
Code: Select all
RLG=input(" Welcome RLG Gamers is there a admin with you? Y or N")
if RLG== "Y":
print("cool")
print("Admin(s) let the players answer the questions")
elif RLG== "N":
print("ok..")
print("that is fine but here are the rules")
else:
print("sorry did not regonise answer")
Code: Select all
RLG=input(" Welcome RLG Gamers is there a admin with you? Y or N")
if RLG== "Y":
print("cool")
print("Admin(s) let the players answer the questions")
elif RLG== "N":
print("ok..")
print("that is fine but here are the rules")
else:
print("sorry did not regonise answer")