john mat (john_mat)

Race #45

View Pit Stop page for race #45 by john_matGhost race

View profile for john mat (john_mat)

Official speed 35.36 wpm (92.31 seconds elapsed during race)
Race Start February 9, 2023 2:33:41am UTC
Race Finish February 9, 2023 2:35:13am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 22.98
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?")