View Pit Stop page for race #10 by sup_chief — Ghost race
View profile for ican tpye fwtf (sup_chief)
| Official speed | 66.23 wpm (49.28 seconds elapsed during race) |
|---|---|
| Race Start | October 21, 2025 9:46:24am UTC |
| Race Finish | October 21, 2025 9:47:13am UTC |
| Outcome | Win (1 of 3) |
| Opponents |
2. cutecup (58.14 wpm) |
| Accuracy | 95.0% |
| Points | 43.05 |
| 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?") |