Spark (spark_x1)

Race #4

View Pit Stop page for race #4 by spark_x1Ghost race

View profile for Spark (spark_x1)

Official speed 30.62 wpm (106.60 seconds elapsed during race)
Race Start June 28, 2023 4:54:58pm UTC
Race Finish June 28, 2023 4:56:45pm UTC
Outcome No win (2 of 2)
Accuracy 93.0%
Points 19.90
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?")