(sidd_)

Race #112

View Pit Stop page for race #112 by sidd_Ghost race

View profile for (sidd_)

Official speed 125.00 wpm (25.15 seconds elapsed during race)
Race Start February 14, 2019 3:07:34am UTC
Race Finish February 14, 2019 3:08:00am UTC
Outcome Win (1 of 3)
Opponents 2. deroche1 (112.04 wpm)
3. poem (69.31 wpm)
Accuracy 100.0%
Points 81.25
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?")