(landarian)

Race #86

View Pit Stop page for race #86 by landarianGhost race

View profile for (landarian)

Official speed 76.95 wpm (40.86 seconds elapsed during race)
Race Start August 20, 2019 9:25:45pm UTC
Race Finish August 20, 2019 9:26:26pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 50.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?")