Dyskusje Q&A
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 głosów
4 odpowiedziWhat's wrong in this??
3 głosów
5 odpowiedziHey. Question
0 głosów
6 odpowiedziString to int problem
0 głosów
2 odpowiedziWhy is this wrong
0 głosów
3 odpowiedziWhat is wrong with my code
0 głosów
2 odpowiedziPopularne dzisiaj
GUI-Based Python code in Webpage
4 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
Font size
0 Votes
Mobile
0 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
I need help here
1 Votes