On 24/08/12 21:59:12, Prasad, Ramit wrote:
> Also, print doesn't work inside a class.
It works for me:
> python3
Python 3.3.0a1 (v3.3.0a1:f1a9a6505731, Mar 4 2012, 12:26:12)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more informati
ython-list-bounces+wbrucek=gmail@python.org] On Behalf Of Chris
Kaynor
Sent: August-24-12 12:54 PM
To: python-list@python.org
Subject: Re: help with simple print statement!
On Fri, Aug 24, 2012 at 12:43 PM, Willem Krayenhoff mailto:wbru...@gmail.com> > wrote:
Any idea why print is
Prasad, Ramit wrote:
Willem Krayenhoff
Any idea why print isn't working here?
I tried restarting my Command prompt. Also, print doesn't work inside a class.
Ramit,
The standard for attribution is something along the lines of:
Prasad, Ramit wrote:
or
Willem Kayenhoff wrote:
Just havi
Willem Krayenhoff
Any idea why print isn't working here?
I tried restarting my Command prompt. Also, print doesn't work inside a class.
--
Best Wishes,
Bruce
C: 604-441-5791
My Availability
Just as a note, this is a usenet group that can be accessed via email; a good
po
:
On 24 August 2012 15:43, Willem Krayenhoff wrote:
> Any idea why print isn't working here?
http://docs.python.org/release/3.0.1/whatsnew/3.0.html#print-is-a-function
Also, pasting images into emails to this list is unlikely to gain you
many friends ...
-[]z.
--
http://mail.python.org/mailm
On Fri, 2012-08-24 at 12:43 -0700, Willem Krayenhoff wrote:
> Any idea why print isn't working here?
You're using Python 3.2, but trying Python 2.7 syntax -
http://docs.python.org/release/3.0.1/whatsnew/3.0.html#print-is-a-function
should explain the problem adequately.
(Incidentally - you can
On Fri, Aug 24, 2012 at 12:43 PM, Willem Krayenhoff wrote:
> Any idea why print isn't working here?
>
> I tried restarting my Command prompt. Also, print doesn't work inside a
> class.
>
> [image: Inline image 2]
>
In Python 3, print was made into a function rather than a statement for
various r