(mononym_jisoo)

Race #7

View Pit Stop page for race #7 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 62.43 wpm (50.36 seconds elapsed during race)
Race Start September 9, 2019 3:23:09am UTC
Race Finish September 9, 2019 3:23:59am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 40.58
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?")