dev_manush (dev_manush)

Race #916

View Pit Stop page for race #916 by dev_manushGhost race

View profile for dev_manush (dev_manush)

Official speed 83.34 wpm (39.16 seconds elapsed during race)
Race Start July 8, 2023 9:19:20am UTC
Race Finish July 8, 2023 9:19:59am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 54.17
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?")