🌠Rubby🌠 (mikerubby)

Race #19

View Pit Stop page for race #19 by mikerubbyGhost race

View profile for 🌠Rubby🌠 (mikerubby)

Official speed 48.07 wpm (65.40 seconds elapsed during race)
Race Start March 26, 2020 6:55:51pm UTC
Race Finish March 26, 2020 6:56:57pm UTC
Outcome No win (1 of 1)
Accuracy 95.0%
Points 31.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?")