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?")
1 Answer
+ 3
Christopher Conlon what is the issue as the code runs
https://code.sololearn.com/cSgVtP8nFyL7/?ref=app