Simon (nevereverlife)

Race #1

View Pit Stop page for race #1 by nevereverlifeGhost race

View profile for Simon (nevereverlife)

Official speed 31.41 wpm (103.92 seconds elapsed during race)
Race Start July 22, 2023 7:12:27am UTC
Race Finish July 22, 2023 7:14:11am UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 20.42
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?")