[Baypiggies] Installation
William Deegan
bdbaddog at gmail.com
Fri Jun 12 17:27:29 CEST 2015
No.
You're using python 3.0.
Print now takes the following form:
print("Be careful not to fall off!")
-Bill
On Fri, Jun 12, 2015 at 8:07 AM, <admin.dslcomputer at gmail.com> wrote:
>
> Hi everyone,
>
> My Python compiler produced the following syntax error:
>
> Python 3.3.0+ (win8app, Dec 27 2012, 21:34:06) [MSC v.1700 32 bit
(Unknown)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> >>> x = 2
> >>> print x
> >>>
> Traceback (most recent call last):
> File "codeop.py", line 168, in __call__
> File "codeop.py", line 99, in _maybe_compile
> File "codeop.py", line 87, in _maybe_compile
> File "codeop.py", line 133, in __call__
> File "<input>", line 1
> print x
> ^
> SyntaxError: invalid syntax
>
>
> Is there a problem with the installation of the compiler?
>
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> https://mail.python.org/mailman/listinfo/baypiggies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20150612/7c1ffee1/attachment.html>
More information about the Baypiggies
mailing list