Q&A Discussions
Floting point variables.
1 Vote
1 AnswerData types and variables.
0 Votes
2 AnswersHow 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 AnswersHot today
And... Who is the staff then?
6 Votes
Machine learning model debugging
2 Votes
Which is the error in this code
1 Votes
Python IDE
0 Votes
Control Flow
1 Votes
Animations
2 Votes
Mini project 1
2 Votes
App development
1 Votes