sdr4wkc48 (sdr4wkc48)

Race #25

View Pit Stop page for race #25 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 54.40 wpm (60.00 seconds elapsed during race)
Race Start February 13, 2023 1:30:24pm UTC
Race Finish February 13, 2023 1:31:24pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 35.36
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?")