aadithebest (aadithebeast)

Race #173

View Pit Stop page for race #173 by aadithebeastGhost race

View profile for aadithebest (aadithebeast)

Official speed 34.92 wpm (93.47 seconds elapsed during race)
Race Start August 13, 2025 7:40:24am UTC
Race Finish August 13, 2025 7:41:57am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 22.70
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?")