Text race history for P ʀ ɪ ɴ ᴄ ᴇ (prince_zox)

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
48 2023-06-15 04:16:38 33.62 95%
28 2023-06-10 13:11:15 28.59 94%
2 2023-06-01 03:15:59 22.70 93%