Ovidiu (oschipor)

Race #123

View Pit Stop page for race #123 by oschiporGhost race

View profile for Ovidiu (oschipor)

Official speed 31.62 wpm (99.43 seconds elapsed during race)
Race Start May 20, 2019 5:27:34am UTC
Race Finish May 20, 2019 5:29:13am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 20.55
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?")