Ameesh (yellow_flashh)

Race #1154

View Pit Stop page for race #1154 by yellow_flashhGhost race

View profile for Ameesh (yellow_flashh)

Official speed 44.50 wpm (73.35 seconds elapsed during race)
Race Start June 2, 2025 1:11:47pm UTC
Race Finish June 2, 2025 1:13:01pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 28.92
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?")