deja vu (zight554)

Race #16

View Pit Stop page for race #16 by zight554Ghost race

View profile for deja vu (zight554)

Official speed 96.57 wpm (33.80 seconds elapsed during race)
Race Start March 6, 2022 8:22:52am UTC
Race Finish March 6, 2022 8:23:26am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 62.77
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?")