Discussões Q&A
SQL Challenges BUG
 0 Voto
 2 RespostasHow 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 Voto
 4 RespostasHey there,
I don't know why, but when I import tkinter on IDLE like this:
from tkinter import *
And I say:
window = Tk()
Even known I use python 3.2.5, which should be able to use Tkinter, the python shell raises a ValueError that says that Tk() is not defined. I am very sure I use python 3.2.5 and tutorials from the Python Foundation say that is what I have to do. But it still doesn't work.
Does anyone have an idea of how to solve this problem? Thank you!
 0 Voto
 3 RespostasPopular hoje
Beginner question
 0 Votes
Remove
 0 Votes
I need help to solve this
 0 Votes
Project
 0 Votes
Engineer Cloud
 0 Votes
Lua?
 1 Votes