dd (no_stress)

Race #2

View Pit Stop page for race #2 by no_stressGhost race

View profile for dd (no_stress)

Official speed 67.63 wpm (48.26 seconds elapsed during race)
Race Start July 13, 2023 5:02:54am UTC
Race Finish July 13, 2023 5:03:42am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 43.96
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?")