I (i_s_h_a_n)

Race #19

View Pit Stop page for race #19 by i_s_h_a_nGhost race

View profile for I (i_s_h_a_n)

Official speed 51.80 wpm (63.01 seconds elapsed during race)
Race Start June 4, 2023 6:47:37pm UTC
Race Finish June 4, 2023 6:48:40pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 33.67
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?")