police (styrofoam)

Race #19

View Pit Stop page for race #19 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 68.12 wpm (46.15 seconds elapsed during race)
Race Start October 31, 2018 5:11:40pm UTC
Race Finish October 31, 2018 5:12:26pm UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 44.28
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?")