qusavin (_qusavin_)

Race #1

View Pit Stop page for race #1 by _qusavin_Ghost race

View profile for qusavin (_qusavin_)

Official speed 37.21 wpm (87.72 seconds elapsed during race)
Race Start September 25, 2021 8:59:54pm UTC
Race Finish September 25, 2021 9:01:22pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 24.19
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?")