(mononym_jisoo)

Race #4

View Pit Stop page for race #4 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 54.82 wpm (57.35 seconds elapsed during race)
Race Start September 9, 2019 3:18:51am UTC
Race Finish September 9, 2019 3:19:48am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 35.63
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?")