[Tutor] Help with "Guess the Number" script
Scott W Dunning
swdunning at cox.net
Sun Mar 2 01:45:25 CET 2014
On Mar 1, 2014, at 8:57 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> 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.
That makes sense, easier then running the script over and over.
More information about the Tutor
mailing list