Text race history for Shoemaker-Levy 9 (atthetop)

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
71 2018-11-01 18:25:43 77.24 95%
33 2018-10-31 23:43:50 75.47 96%
9 2018-10-31 04:29:01 74.09 94%