Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Liz Mariela Perez Gervacio (lizmariela)
Race Number 2
Date Sun, 9 Jun 2024 2:40:33
Universe code
Speed 24 WPM Try to beat?
Accuracy 91.5%
Rank 4th place (out of 12)
Opponents alexiscc99 (6th place) elamigo246 (2nd place) jhiym_julian_clemente (5th place) luis_rodrigo (1st place) willian99 (3rd place)

Text typed:

import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or roll_again == "y": print "Rolling the dices..." print "The values are...." print random.randint(min, max) print random.randint(min, max) roll_again = raw_input("Roll the dices again?")
— (other) by www.pythonforbeginners.com/ (see stats)

Typing Review: