Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Fanor (fanor)
Race Number 49
Date Wed, 10 Sep 2025 22:11:20
Universe code
Speed 35 WPM Try to beat?
Accuracy 92.8%
Rank 1st place (out of 9)
Opponents brayancoaquira (7th place) freddytarqui (4th place) iverjoel (5th place) jhamelpinto (2nd place) leonardo_espada (6th place) nessa2 (3rd place)

Text typed:

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
— (other) by www.pythonforbeginners.com (see stats)

Typing Review: