0

Help with Python code

name1 = input("Hello, what's your name?") print(name1) team1 = input(name1 + ", what is your favorite NFL team?") print(team1) if team1 == "Steelers": print("Is there any other team?") elif team1 == "Patriots": print("You must like CHEATERS!") else: print("Do you really follow the NFL?")

24th Jun 2020, 1:17 AM
Christopher Conlon
Christopher Conlon - avatar
1 Answer
24th Jun 2020, 1:24 AM
BroFar
BroFar - avatar