mairzydoats_mason (mairzydoats_mason)

Race #599

View Pit Stop page for race #599 by mairzydoats_masonGhost race

View profile for mairzydoats_mason (mairzydoats_mason)

Official speed 66.52 wpm (49.07 seconds elapsed during race)
Race Start July 17, 2021 5:30:44pm UTC
Race Finish July 17, 2021 5:31:34pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 43.24
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?")