Text race history for Johnny Sins (sins621)

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
41 2024-12-12 06:07:39 49.75 96.8%
25 2024-12-11 06:11:46 60.23 97.5%
9 2024-12-10 06:25:01 53.35 97.7%