New - by Present (vfctyrant)

Race #13

View Pit Stop page for race #13 by vfctyrantGhost race

View profile for New - by Present (vfctyrant)

Official speed 62.84 wpm (50.03 seconds elapsed during race)
Race Start August 8, 2019 11:37:36pm UTC
Race Finish August 8, 2019 11:38:26pm UTC
Outcome No win (3 of 4)
Opponents 1. spondulix (111.84 wpm)
2. lesirh (71.19 wpm)
Accuracy 97.0%
Points 40.85
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?")