Rajat Das (rajat_das777)

Race #14

View Pit Stop page for race #14 by rajat_das777Ghost race

View profile for Rajat Das (rajat_das777)

Official speed 51.01 wpm (63.99 seconds elapsed during race)
Race Start August 29, 2023 3:02:54pm UTC
Race Finish August 29, 2023 3:03:58pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 33.16
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?")