Arik (_arik)

Race #5

View Pit Stop page for race #5 by _arikGhost race

View profile for Arik (_arik)

Official speed 42.18 wpm (77.38 seconds elapsed during race)
Race Start June 5, 2023 3:40:21pm UTC
Race Finish June 5, 2023 3:41:38pm UTC
Outcome Win (1 of 3)
Opponents 3. matteorapi (33.15 wpm)
Accuracy 96.0%
Points 27.42
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?")