Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer JGary (jgary192)
Race Number 4
Date Tue, 10 Jun 2025 21:44:25
Universe code
Speed 27 WPM Try to beat?
Accuracy 94.3%
Rank 9th place (out of 13)
Opponents alvarori (6th place) blizhte (5th place) eliasbaltazar (7th place) erick0334 (2nd place) fanor (3rd place) jhony99 (10th place) marco_soria (8th place) mau_r123 (4th 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: