punit (thakelatyper)

Race #16

View Pit Stop page for race #16 by thakelatyperGhost race

View profile for punit (thakelatyper)

Official speed 48.14 wpm (67.80 seconds elapsed during race)
Race Start July 10, 2022 5:07:27am UTC
Race Finish July 10, 2022 5:08:35am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 31.29
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?")