ghoudiy (ghoudiy)

Race #45

View Pit Stop page for race #45 by ghoudiyGhost race

View profile for ghoudiy (ghoudiy)

Official speed 68.55 wpm (47.61 seconds elapsed during race)
Race Start July 11, 2023 2:54:30pm UTC
Race Finish July 11, 2023 2:55:18pm UTC
Outcome Win (1 of 2)
Opponents 2. batmendbar (59.08 wpm)
Accuracy 97.0%
Points 44.56
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?")