Answer:
You must convert your input to an integer before the if statements.
Step-by-step explanation:
input() returns a string, which should be converted to your desired type, OR you should compare against string literals.
See below for working code.