if hello > 2 and < 55:
print hello
Why doesn't this peace of code work? I know it's really basic but I cannot understand or find an answer on the internet why this isn't working, despite looking for the last 20 minutes.
This is python version 2.7.3.