nerayu (nerayu)

Race #4

View Pit Stop page for race #4 by nerayuGhost race

View profile for nerayu (nerayu)

Official speed 75.74 wpm (43.09 seconds elapsed during race)
Race Start August 11, 2023 9:22:10pm UTC
Race Finish August 11, 2023 9:22:53pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 49.23
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?")