hola estoy aprediendo phython desde cero , baje phyton 3.3.
ejecute IDE PHYTON GUI.
al digitar :
Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:19:30) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> print hola
SyntaxError: invalid syntax
>>> print "hola"
SyntaxError: invalid syntax
>>>
Alguna recomendación.
Saludos.