yo mas epzilon (axeluri)

Race #31

View Pit Stop page for race #31 by axeluriGhost race

View profile for yo mas epzilon (axeluri)

Official speed 87.99 wpm (37.10 seconds elapsed during race)
Race Start November 20, 2025 10:50:51pm UTC
Race Finish November 20, 2025 10:51:28pm UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 57.19
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?")