• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

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?)
listofpythonvariables
0 Votes
4 Answers
20th May 2017, 3:51 PM
Tanner
Hello Group,Is there any source where I could find multiple problem programming question on a single topic, so that I could get a good hang on those topics. for e.g, lets say I am learning 'if else' then I could have question and solve 30-40 examples on just 'if else'..Kind Regards,Adarsh
python3
0 Votes
1 Answer
26th Jun 2016, 7:22 PM
Adarsh Namdev
Adarsh Namdev - avatar
I have a project in school and i want to add some login functions. know im planning to make an external js and there i will get the input of the user.In the login button i will put there the username input but how do i cancel the funtion if the users input is null and where should i put these method THANKS FOR THE FUTURE HELP :)
javascript
0 Votes
2 Answers
1st Sep 2016, 1:49 PM
Thomas Oviedo
Thomas Oviedo - avatar
< Previous1...116117Next >
Hot today
Functions in python
2 Votes
How to make a playground
1 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))[ by New logics algebraic way ]?
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
Python
0 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Can someone explain inline and block elements please
0 Votes
Can you tell what is wrong with the code
0 Votes