Christopher Altieri wrote:
loaded python 3 and 3.1 several times on vista. tried first command:
print "hello world' but keep getting syntax error. what am I doing wrong?
------------------------------------------------------------------------
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Python 3.0+ print has been changed to a function so you need to do
print("Hello World!")
--
Kind Regards,
Christian Witts
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor