XDCOOLBOY (xdcoolboy)

Race #1

View Pit Stop page for race #1 by xdcoolboyGhost race

View profile for XDCOOLBOY (xdcoolboy)

Official speed 89.62 wpm (36.42 seconds elapsed during race)
Race Start August 4, 2025 5:53:39am UTC
Race Finish August 4, 2025 5:54:15am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 58.25
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?")