|
#1
|
|||
|
|||
|
import random def main(max): print "\tWelcome to 'Guess my number'!" print "\nI'm thinking of a number between 1 and 100." bestoutof = raw_input("Best out of : ") num = random.randrange(101) tries = bestoutof
__________________
Python Domain Name Forum |
|
|