Abdullah (bunajim)

Race #4

View Pit Stop page for race #4 by bunajimGhost race

View profile for Abdullah (bunajim)

Official speed 42.14 wpm (77.46 seconds elapsed during race)
Race Start October 28, 2021 4:53:49pm UTC
Race Finish October 28, 2021 4:55:07pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 27.39
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?")