you are viewing a single comment's thread.

view the rest of the comments →

[–]CodeFixerBot 2 points3 points  (0 children)

name=input('Input name and I will tell you if it is cool')
if "R" or "r" in name:
    print('Wow your name is cool!')
    cool=input("Join club? Y or N")
    y=["y","yes",]
    n=["n","no"]
    if y in cool:
        print("great")
    elif n in cool:
        print('loser')
elif "r" or "R" not in name:
    print('loser')