Friday, 15 March 2013

python 3.x - Syntax error resulting from builtin functions in Python33.exe -


I am quite new to python and I have just installed Python 3.3.2 in my Win 8 64 bit PC.

I tried typing in several Bistin functions and I got a syntax error for all of them

For example:

  Gt; & Gt; & Gt; Print Lane ("parrot") file "& lt; stdin"; Line 1 print LAN ("parrot") ^ Syntax error: Invalid syntax   

I uninstall / Is restored and added multiple times as well as the installation of the path variable automatically during the installation automatically.

I suspect that this may be something related to Win 8 but I'm not sure. Is anyone else having this problem on Python33 Win8?

The solution to go dragon will be greatly appreciated.

Thank you!

print is now a function

  print (lane ("parrot "))   

should work

No comments:

Post a Comment