Q&A Discussions
How can I make a reference for a list of variables. If false i want the system to check through all my variable to make sure they are false.
Code-
var2 = "Tanner"
var3 = "Jake"
question = input('What is your name? ')
if question == var2:
print('\nWelcome Back Tanner!')
if question == var3:
print('\nWelcome Back Jake!")
if question !=( This is where i need help!)( Is the != the correct way to write not equal?)
0 Votes
4 AnswersWhat's wrong in this??
3 Votes
5 AnswersHey. Question
0 Votes
6 AnswersString to int problem
0 Votes
2 AnswersWhy is this wrong
0 Votes
3 AnswersWhat is wrong with my code
0 Votes
2 AnswersHot today
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
cyber security
0 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes