baby (babyshadow)

Race #11

View Pit Stop page for race #11 by babyshadowGhost race

View profile for baby (babyshadow)

Official speed 47.72 wpm (68.40 seconds elapsed during race)
Race Start July 14, 2023 6:03:53pm UTC
Race Finish July 14, 2023 6:05:02pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 31.02
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?")