Re: [Tutor] python errors

2014-04-14 Thread ALAN GAULD
From: keith papa >To: Alan Gauld >Sent: Monday, 14 April 2014, 18:19 >Subject: RE: [Tutor] python errors > > > > >>>> x = "foo" - 4 > > >Traceback (most recent call last): >  File "", line 1, in >    x = "foo" - 4

Re: [Tutor] python errors

2014-04-14 Thread Alan Gauld
On 14/04/14 12:53, keith papa wrote: Hi am a new to programming and I reading the book "Think python" am on chapter one and it mentioned some errors I need to look out for like: Syntax errors, Runtime errors and semantic errors. I wanted to know if you guys have some examples of the errors? Yo

[Tutor] python errors

2014-04-14 Thread keith papa
Hi am a new to programming and I reading the book "Think python" am on chapter one and it mentioned some errors I need to look out for like: Syntax errors, Runtime errors and semantic errors. I wanted to know if you guys have some examples of the errors?