leon (leonzalion)

Race #31

View Pit Stop page for race #31 by leonzalionGhost race

View profile for leon (leonzalion)

Official speed 107.28 wpm (30.43 seconds elapsed during race)
Race Start July 19, 2021 9:36:58pm UTC
Race Finish July 19, 2021 9:37:29pm UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 69.73
Text #10017 (Length: 272 characters)

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?")