Anush Rao (anushrao)

Race #6

View Pit Stop page for race #6 by anushraoGhost race

View profile for Anush Rao (anushrao)

Official speed 42.99 wpm (75.92 seconds elapsed during race)
Race Start June 15, 2023 12:16:27pm UTC
Race Finish June 15, 2023 12:17:43pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 27.94
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?")