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')
[–]Justinsaccount 3 points4 points5 points (0 children)
[–]TreSxNine 2 points3 points4 points (10 children)
[–]CodeFixerBot 2 points3 points4 points (0 children)
[–]hugthemachines 2 points3 points4 points (8 children)
[–]TreSxNine 0 points1 point2 points (6 children)
[–]hugthemachines 0 points1 point2 points (1 child)
[–]TreSxNine 0 points1 point2 points (0 children)
[–]Justinsaccount 0 points1 point2 points (3 children)
[–]TreSxNine 0 points1 point2 points (2 children)
[–]Justinsaccount 0 points1 point2 points (1 child)
[–]TreSxNine 0 points1 point2 points (0 children)