On Thu, 14 Nov 2013 07:05:08 -0800, johannes.gunz97 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 select Run/Run Module and get an error:
>>
>> Syntax error, w
On 11/14/2013 10:05 AM, johannes.gun...@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
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 select Run/Run Module and get an error:
>
> Syntax error, with the closing quote highlighted.
>
> Tried with single quotes as wel
On Thursday, March 12, 2009 3:25:53 PM UTC+8, John Machin wrote:
> On Mar 12, 5:57 pm, Henrik Bechmann wrote:
> > obviously total mewbiew:
> >
> > My first program in Python Windows
>
> What is that you are callind "Python Windows"? What version of Python
> are you running?
>
> 2.X: print "Hello
On Thursday 12 March 2009 07:45:55 am Dotan Cohen wrote:
> I do not think that is the best way to go about learning Python. Why
> learn an arguably depreciating version when the new version is
> available.
Because it is not only the language that matters, you also need the libraries
to accomplis
On Mar 12, 7:45 am, Dotan Cohen wrote:
> > Welcome to the list. As a newbie myself, I ran into the Python3 vrs
> > 2.6 issue. May I suggest starting with 2.6? There is many more books
> > and internet stuff you can learn with in 2.6 - and the examples will
> > work. As Garry wrote, once you und
On 12 Mar, 12:45, Dotan Cohen wrote:
>
[starting with 2.6]
> I do not think that is the best way to go about learning Python. Why
> learn an arguably depreciating version when the new version is
> available. I agree that there are not many tutorial written for Python
> 3 however there are enough
> Welcome to the list. As a newbie myself, I ran into the Python3 vrs
> 2.6 issue. May I suggest starting with 2.6? There is many more books
> and internet stuff you can learn with in 2.6 - and the examples will
> work. As Garry wrote, once you understand 2.6, 3.0 will not be a
> challenge.
>
I
On Mar 12, 2:25 am, John Machin wrote:
> On Mar 12, 5:57 pm, Henrik Bechmann wrote:
>
> > obviously total mewbiew:
>
> > My first program in Python Windows
>
> What is that you are callind "Python Windows"? What version of Python
> are you running?
>
> 2.X: print "Hello World"
> should work.
>
>
On Mar 12, 5:57 pm, Henrik Bechmann wrote:
> obviously total mewbiew:
>
> My first program in Python Windows
What is that you are callind "Python Windows"? What version of Python
are you running?
2.X: print "Hello World"
should work.
3.X: print is now a function,
print("Hello World")
should wor
> obviously total mewbiew:
>
> My first program in Python Windows
>
> print "Hello World"
>
> I select Run/Run Module and get an error:
>
> Syntax error, with the closing quote highlighted.
>
> Tried with single quotes as well. Same problem.
>
> Can someone explain my mistake?
Are you using python
Henrik Bechmann wrote:
obviously total mewbiew:
My first program in Python Windows
print "Hello World"
I select Run/Run Module and get an error:
Syntax error, with the closing quote highlighted.
Tried with single quotes as well. Same problem.
Can someone explain my mistake?
You are app
12 matches
Mail list logo