Raven (raven_88)

Race #1

View Pit Stop page for race #1 by raven_88Ghost race

View profile for Raven (raven_88)

Official speed 21.02 wpm (155.28 seconds elapsed during race)
Race Start January 23, 2023 11:04:18am UTC
Race Finish January 23, 2023 11:06:53am UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 13.67
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?")