Hreyfill Hreyfill (hreyfill)

Race #7

View Pit Stop page for race #7 by hreyfillGhost race

View profile for Hreyfill Hreyfill (hreyfill)

Official speed 89.93 wpm (34.96 seconds elapsed during race)
Race Start July 21, 2019 5:30:15pm UTC
Race Finish July 21, 2019 5:30:50pm UTC
Outcome No win (2 of 3)
Opponents 1. storm (91.63 wpm)
3. foggyy (84.44 wpm)
Accuracy 98.0%
Points 58.46
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?")