ghaws (ghaws)

Race #1

View Pit Stop page for race #1 by ghawsGhost race

View profile for ghaws (ghaws)

Official speed 36.18 wpm (90.22 seconds elapsed during race)
Race Start August 24, 2021 7:40:22pm UTC
Race Finish August 24, 2021 7:41:53pm UTC
Outcome No win (3 of 3)
Opponents 2. jackyjac (42.60 wpm)
Accuracy 92.0%
Points 23.52
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?")