On Wed, 2009-09-23 at 01:10 -0700, [email protected] wrote:
> Hello. I am Roman. I bought this book call Python Programming for the
> Absolute Beginner which I am and after I downloaded Python 2.3.5 from
> their CD, I opened IDLE, typed "Game Over" and nothing happened. What
> do I do? Please, help. I don't understand any of the programming
> jargon. Please talk simple to me.
> With great appreciation,
> Roman 

I think you need to re-read the book.  You need to type:
print "Game Over"

Python then outputs:
Game Over

As for the jargon, you'll have to get used to it.  Start with the next
section of the book, 'Learning the Jargon'.

HTH,
Tim Bowden

_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to