(sidd_)

Race #79

View Pit Stop page for race #79 by sidd_Ghost race

View profile for (sidd_)

Official speed 131.09 wpm (23.98 seconds elapsed during race)
Race Start January 28, 2019 5:42:29am UTC
Race Finish January 28, 2019 5:42:53am UTC
Outcome No win (1 of 1)
Accuracy 100.0%
Points 85.21
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?")