SkimnerPhi (skyminer707)

Race #16

View Pit Stop page for race #16 by skyminer707Ghost race

View profile for SkimnerPhi (skyminer707)

Official speed 78.12 wpm (41.78 seconds elapsed during race)
Race Start September 4, 2022 12:45:40am UTC
Race Finish September 4, 2022 12:46:21am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 50.78
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?")