Kevin (skillz9600)

Race #7

View Pit Stop page for race #7 by skillz9600Ghost race

View profile for Kevin (skillz9600)

Official speed 61.64 wpm (52.95 seconds elapsed during race)
Race Start January 30, 2023 6:42:56pm UTC
Race Finish January 30, 2023 6:43:49pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 40.07
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?")