maximum typer pro (pivot5)

Race #6

View Pit Stop page for race #6 by pivot5Ghost race

View profile for maximum typer pro (pivot5)

Official speed 84.34 wpm (37.28 seconds elapsed during race)
Race Start February 14, 2019 3:40:44am UTC
Race Finish February 14, 2019 3:41:22am UTC
Outcome No win (3 of 3)
Opponents 1. sidd_ (116.46 wpm)
2. deroche1 (92.14 wpm)
Accuracy 96.0%
Points 54.82
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?")