paraph (paraphrohn)

Race #57

View Pit Stop page for race #57 by paraphrohnGhost race

View profile for paraph (paraphrohn)

Official speed 96.42 wpm (32.61 seconds elapsed during race)
Race Start February 25, 2019 2:42:29pm UTC
Race Finish February 25, 2019 2:43:01pm UTC
Outcome Win (1 of 2)
Opponents 2. nmyo (82.36 wpm)
Accuracy 98.0%
Points 62.68
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?")