Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59479

Re: Invalid syntax with print "Hello World"

Date 2013-11-14 16:22 -0500
From bob gailer <bgailer@gmail.com>
Subject Re: Invalid syntax with print "Hello World"
References <af277c44-cffc-49c4-bce7-152799bddea8@13g2000yql.googlegroups.com> <e3c62b39-8e24-44da-8513-bc04e66d5e49@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2625.1384464143.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 11/14/2013 10:05 AM, johannes.gunz97@gmail.com wrote:
> Am Donnerstag, 12. März 2009 07:57:11 UTC+1 schrieb Henrik Bechmann:
>> obviously total mewbiew:
>>
>> My first program in Python Windows
>>
>> print "Hello World"
I assume you are running Python 3 in which case you need
> print("Hello World")

-- 
Bob Gailer
919-636-4239
Chapel Hill NC

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Invalid syntax with print "Hello World" johannes.gunz97@gmail.com - 2013-11-14 07:05 -0800
  Re: Invalid syntax with print "Hello World" bob gailer <bgailer@gmail.com> - 2013-11-14 16:22 -0500

csiph-web