Text race history for Cockroach (_cockroach)

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
21 2023-07-19 08:39:41 32.57 91.6%
20 2023-07-15 09:27:22 32.10 91.7%
4 2023-07-11 05:31:54 34.52 92.9%
3 2023-07-11 05:28:04 29.40 92.1%