s (s_nietzsche)

Race #1

View Pit Stop page for race #1 by s_nietzscheGhost race

View profile for s (s_nietzsche)

Official speed 23.90 wpm (136.57 seconds elapsed during race)
Race Start May 30, 2025 5:13:50pm UTC
Race Finish May 30, 2025 5:16:07pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 15.53
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?")