You can’t do query = input
like that. It has to be query = input("Please select...")
. It should match guess = input("Password: ")
above.
1
solved Inputs not triggering if statments in python [closed]
You can’t do query = input
like that. It has to be query = input("Please select...")
. It should match guess = input("Password: ")
above.
1
solved Inputs not triggering if statments in python [closed]