Text race history for Chanelle (nelle_son)

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
98 2023-07-09 11:15:24 40.39 96.7%
87 2023-07-09 10:53:05 37.86 96.3%
78 2023-07-08 11:46:10 38.90 96.2%
67 2023-07-07 07:30:05 36.67 96.3%
50 2023-07-02 06:10:46 37.77 97.1%
41 2023-07-02 05:29:44 39.24 97.9%
35 2023-06-30 14:30:01 40.33 97.8%
31 2023-06-30 14:20:41 38.00 97.4%
24 2023-06-29 22:49:39 41.22 99.2%