I am making a pretty advanced Python program, but no matter how I do it, I cannot get the IF statements to work.
I ran the script all by itself and it still doesn't work.
TESTLETTER = input ("Input text here")
if TESTLETTER == 1:
print ("Logging in...")
What is supposed to happen is (in the full program) when you press 1 it will go through a huge process, but here I can't even get it to print text.