Vielle (arc_sec)

Race #56

View Pit Stop page for race #56 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 118.62 wpm (26.50 seconds elapsed during race)
Race Start August 8, 2019 9:27:17am UTC
Race Finish August 8, 2019 9:27:43am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 77.11
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?")