Обсуждения
Need help fit if- statement
1 голос
2 ответов What mean this error?
0 голосов
6 ответов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 голосов
10 ответовАктуальное сегодня
How to improve code readability
0 Votes
App
1 Votes
Solved Grouping data
0 Votes
Regarding course
0 Votes
I NEED to make a game
0 Votes
Mentor
0 Votes