SyntaxFix
Write A Post
Hire A Developer
Questions
For Python 3.x, use input(). For Python 2.x, use raw_input(). Don't forget you can add a prompt string in your input() call to create one less print statement. input("GUESS THAT NUMBER!").
input()
raw_input()
input("GUESS THAT NUMBER!")