tstats[devbatra1000] (devbatra1000)

Race #1

View Pit Stop page for race #1 by devbatra1000Ghost race

View profile for tstats[devbatra1000] (devbatra1000)

Official speed 23.71 wpm (137.66 seconds elapsed during race)
Race Start May 5, 2022 6:35:33pm UTC
Race Finish May 5, 2022 6:37:51pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 15.41
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?")