sk (teslateslatesla)

Race #47

View Pit Stop page for race #47 by teslateslateslaGhost race

View profile for sk (teslateslatesla)

Official speed 47.27 wpm (69.05 seconds elapsed during race)
Race Start September 11, 2021 3:03:36pm UTC
Race Finish September 11, 2021 3:04:45pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 30.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?")