Text race history for Bijoy (bijoy022_)

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
74 2024-09-03 09:36:56 41.57 96.4%
61 2024-08-23 11:59:28 40.53 95.6%
46 2024-08-16 06:37:32 38.87 96%
36 2024-08-11 12:27:23 35.39 96.3%
15 2024-07-17 13:39:59 32.21 94.3%
1 2024-07-08 03:51:47 25.66 93.8%