Shoemaker-Levy 9 (atthetop)

Race #57

View Pit Stop page for race #57 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 84.55 wpm (37.19 seconds elapsed during race)
Race Start November 1, 2018 3:12:10am UTC
Race Finish November 1, 2018 3:12:47am UTC
Outcome Win (1 of 2)
Opponents 2. styrofoam (75.60 wpm)
Accuracy 98.0%
Points 54.96
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?")