''' Purpose: play guess a number ''' # specify max number n = 10000 # start the game print( 'Think of a number from 0 to', n ) # ???