Rahomm (kittymeoww)

Race #5

View Pit Stop page for race #5 by kittymeowwGhost race

View profile for Rahomm (kittymeoww)

Official speed 35.28 wpm (92.52 seconds elapsed during race)
Race Start July 23, 2023 1:09:02pm UTC
Race Finish July 23, 2023 1:10:34pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 22.93
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?")