SyntaxFix
Write A Post
Hire A Developer
Questions
if guess == number: print ("Good") elif guess == 2: print ("Bad") else: print ("Also bad")
Make sure you have your identation right. The syntax is ok.