Volta (volta_xty)

Race #2

View Pit Stop page for race #2 by volta_xtyGhost race

View profile for Volta (volta_xty)

Official speed 56.49 wpm (57.78 seconds elapsed during race)
Race Start May 21, 2025 3:13:23pm UTC
Race Finish May 21, 2025 3:14:21pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 36.72
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?")