erty (someone8888)

Race #2

View Pit Stop page for race #2 by someone8888Ghost race

View profile for erty (someone8888)

Official speed 93.20 wpm (35.02 seconds elapsed during race)
Race Start July 5, 2023 5:00:48am UTC
Race Finish July 5, 2023 5:01:23am UTC
Outcome No win (2 of 3)
Accuracy 100.0%
Points 60.58
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?")