Discussions Q&R
What's wrong here?
2 Votes
1 RéponseWindows, iOS or Linux?
0 Vote
1 RéponseHow 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 Vote
4 RéponsesAujourd'hui en vedette
Why this code still works
1 Votes
Python
1 Votes
I need help with my code please
0 Votes
Python related
1 Votes
Why won't canvas work?
2 Votes
++ Confusion in java
0 Votes
Pancakes, error or am I stupid?
1 Votes