Denis (redup)

Race #4

View Pit Stop page for race #4 by redupGhost race

View profile for Denis (redup)

Official speed 33.90 wpm (96.28 seconds elapsed during race)
Race Start April 25, 2025 9:06:20am UTC
Race Finish April 25, 2025 9:07:56am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 22.04
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?")