View Pit Stop page for race #98 by alex_ramos — Ghost race
View profile for alexVladimirQuecaña (alex_ramos)
Official speed | 33.22 wpm (98.25 seconds elapsed during race) |
---|---|
Race Start | July 4, 2025 12:50:28am UTC |
Race Finish | July 4, 2025 12:52:06am UTC |
Outcome | No win (7 of 13) |
Opponents |
2. beltran_tarqui (44.44 wpm) 4. erick_vargas (39.25 wpm) 5. sharick_chungara (38.14 wpm) 6. samiraarancibia123426 (34.69 wpm) 8. jhonny_ct (31.26 wpm) 10. nessa2 (27.40 wpm) 12. sarai_vega012 (26.23 wpm) |
Accuracy | 97.0% |
Points | 21.60 |
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?") |