Iso (isolated101)

Race #3

View Pit Stop page for race #3 by isolated101Ghost race

View profile for Iso (isolated101)

Official speed 63.60 wpm (51.32 seconds elapsed during race)
Race Start July 29, 2023 8:29:22pm UTC
Race Finish July 29, 2023 8:30:14pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 41.34
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?")