Ankit (ankit_10)

Race #23

View Pit Stop page for race #23 by ankit_10Ghost race

View profile for Ankit (ankit_10)

Official speed 34.53 wpm (94.53 seconds elapsed during race)
Race Start August 26, 2023 11:09:23am UTC
Race Finish August 26, 2023 11:10:58am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 22.44
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?")