Text race history for genieghost (genieghost)

Back to text analysis page

import random n = random.randint(1, 99) guess = int(raw_input("Enter an integer from 1 to 99: ")) while n != "guess": print if guess < n: print "guess is low" guess = int(raw_input("Enter an integer from 1 to 99: ")) elif guess > n: print "guess is high" guess = int(raw_input("Enter an integer from 1 to 99: ")) else: print "you guessed it!" break print

Game Time WPM Accuracy
26 2024-04-30 15:09:23 30.93 95.1%
22 2024-03-07 11:57:56 28.87 92.1%
9 2024-02-15 13:34:01 27.52 94.1%