r (deroche1)

Race #11

View Pit Stop page for race #11 by deroche1Ghost race

View profile for r (deroche1)

Official speed 112.04 wpm (28.06 seconds elapsed during race)
Race Start February 14, 2019 3:07:34am UTC
Race Finish February 14, 2019 3:08:03am UTC
Outcome No win (2 of 3)
Opponents 1. sidd_ (125.00 wpm)
3. poem (69.31 wpm)
Accuracy 97.0%
Points 72.83
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?")