Wildthing (wildthing09)

Race #1

View Pit Stop page for race #1 by wildthing09Ghost race

View profile for Wildthing (wildthing09)

Official speed 43.57 wpm (74.91 seconds elapsed during race)
Race Start May 30, 2023 12:15:12am UTC
Race Finish May 30, 2023 12:16:27am UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 28.32
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?")