Text race history for Enock (enockmutanga01)

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-08-29 22:05:20 27.29 96.6%
17 2023-08-10 06:00:23 23.05 95%
15 2023-08-10 05:55:49 21.10 95.7%