Yeah, that's what the wiki-based tutorial mentioned.
In fact, Lee Harr (my community adviser) also suggested using a random number.

Quoting Luke Paireepinart <[EMAIL PROTECTED]>:

> Alan Gilfoy wrote:
(the start of the code for my number-guessing thingamajig)
>>
>> else:
>>    print "The number-guessing loop is over."
>>
(some more code)

My line: number = 3
Would I use 'number = random.randint()' in place of that, to have the 
relevant number be random?


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to