Al Jade (c00k1e)

Race #1

View Pit Stop page for race #1 by c00k1eGhost race

View profile for Al Jade (c00k1e)

Official speed 63.01 wpm (51.80 seconds elapsed during race)
Race Start January 11, 2023 11:21:19am UTC
Race Finish January 11, 2023 11:22:11am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 40.95
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?")