| Store | Cart

Re: [Tutor] Help with "Guess the Number" script

From: Mark Lawrence <brea...@yahoo.co.uk>
Sat, 01 Mar 2014 15:57:22 +0000
On 01/03/2014 06:05, Scott Dunning wrote:

In addition to the answers you've already had, I suggest that you learn 
to run code at the interactive prompt, it's a great way of seeing 
precisely what snippets of code actually do.  Also use the print 
statement in Python 2 or print function in Python 3, again a great way 
to observe what your code is doing.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com


_______________________________________________
Tutor maillist  -  Tut...@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Recent Messages in this Thread
Scott Dunning Mar 01, 2014 06:05 am
Mark Lawrence Mar 01, 2014 03:57 pm
Scott W Dunning Mar 02, 2014 12:45 am
Messages in this thread