Invalid syntax with print "Hello World"

bob gailer bgailer at gmail.com
Thu Nov 14 16:22:19 EST 2013


On 11/14/2013 10:05 AM, johannes.gunz97 at 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




More information about the Python-list mailing list