Aren (tl8xv)

Race #66

View Pit Stop page for race #66 by tl8xvGhost race

View profile for Aren (tl8xv)

Official speed 75.85 wpm (43.03 seconds elapsed during race)
Race Start May 23, 2023 2:49:02pm UTC
Race Finish May 23, 2023 2:49:45pm UTC
Outcome No win (2 of 2)
Accuracy 97.0%
Points 49.30
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?")