(scraex)

Race #82

View Pit Stop page for race #82 by scraexGhost race

View profile for (scraex)

Official speed 77.85 wpm (41.93 seconds elapsed during race)
Race Start November 4, 2021 8:10:00am UTC
Race Finish November 4, 2021 8:10:42am UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 50.60
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?")