Discussions Q&R
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 Vote
10 RéponsesAujourd'hui en vedette
Domain name
7 Votes
After the break
2 Votes
Why is the model not loading?
0 Votes
Make suggestions!!
1 Votes
C++ question
1 Votes
How to make a game
0 Votes
Question on 50- win badge
0 Votes