GINOO AND FLANEUR I LOVE YOU TOO (mako640)

Race #13

View Pit Stop page for race #13 by mako640Ghost race

View profile for GINOO AND FLANEUR I LOVE YOU TOO (mako640)

Official speed 123.64 wpm (34.36 seconds elapsed during race)
Race Start July 20, 2019 8:32:30pm UTC
Race Finish July 20, 2019 8:33:05pm UTC
Outcome Win (1 of 5)
Opponents 2. keegant (91.16 wpm)
3. storm (80.87 wpm)
4. spondulix (80.60 wpm)
5. hyper_racer (64.73 wpm)
Accuracy 98.0%
Points 131.89
Text #10018 (Length: 388 characters)

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