On 24/03/2012 03:37, Aloke Ghosh wrote:
Hi,
I am learning Python and do not have programming experience.
I was following an exercise from
http://learnpythonthehardway.org/book/ex2.html
and made a mistake in entry :
*Print"I like typing this."*
and got the following error message:
*In [2]: Prin
Hi,
I am learning Python and do not have programming experience.
I was following an exercise from
http://learnpythonthehardway.org/book/ex2.html
and made a mistake in entry :
*Print"I like typing this."*
and got the following error message:
*In [2]: Print"I like typing this."*
*-