im trying to learn how to read and write in computer language and all that stuff and i just downloaded and installed Python 3.2 for my computer and im on a tutorial website and its confusing as fuck. i keep getting syntaxerror messages and shit
ex:
>>> the_world_is_flat= 1
>>> if the_world_is_flat:
print "be careful not to fall off!"

Syntaxerror: invalid syntax

can someone help me plsssss