Delay No More (shardfall)

Race #2

View Pit Stop page for race #2 by shardfallGhost race

View profile for Delay No More (shardfall)

Official speed 100.20 wpm (32.57 seconds elapsed during race)
Race Start July 19, 2025 1:12:59am UTC
Race Finish July 19, 2025 1:13:32am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 65.13
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?")