Sharick_Chungara (sharick_chungara)

Race #23

View Pit Stop page for race #23 by sharick_chungaraGhost race

View profile for Sharick_Chungara (sharick_chungara)

Official speed 31.61 wpm (103.26 seconds elapsed during race)
Race Start May 17, 2025 4:17:58pm UTC
Race Finish May 17, 2025 4:19:42pm UTC
Outcome No win (3 of 7)
Opponents 2. erick_vargas (32.13 wpm)
4. tocsky (28.99 wpm)
5. jhonny_ct (26.29 wpm)
Accuracy 92.0%
Points 20.54
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?")