F&A Diskussionen
Why does an error pop up here:
var1 = "Trey"
var2 = "Tanner"
var3 = "Ellis"
var4 = "Jake"
var5 = "Christine"
question = input('What is your name? ')
if question == "var1":
print('Welcome Back Trey')
Error:
Traceback (most recent call last):
File "Hi.py", line 6, in <module>
question = input('What is your name? ')
File "<string>", line 1, in <module>
NameError: name 'Trey' is not defined
0 Stimmen
10 AntwortenAll around programing language.
2 Stimmen
3 AntwortenHeute heiß
HTML
1 Votes
Could you ple ase help me???
0 Votes
Formating in python
0 Votes
What's wrong here?
0 Votes
How to grow in sololearn
0 Votes