waron vikotra (nimg5546)

Race #1

View Pit Stop page for race #1 by nimg5546Ghost race

View profile for waron vikotra (nimg5546)

Official speed 22.38 wpm (145.84 seconds elapsed during race)
Race Start September 7, 2023 9:03:37am UTC
Race Finish September 7, 2023 9:06:03am UTC
Outcome Win (1 of 2)
Accuracy 92.0%
Points 14.54
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?")