superNGA (super_nga)

Race #5

View Pit Stop page for race #5 by super_ngaGhost race

View profile for superNGA (super_nga)

Official speed 60.85 wpm (53.64 seconds elapsed during race)
Race Start November 2, 2025 7:50:51am UTC
Race Finish November 2, 2025 7:51:45am UTC
Outcome Win (1 of 2)
Opponents 2. solomonarsnova (55.73 wpm)
Accuracy 95.0%
Points 39.55
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?")