Race Result Details |
| Racer | null (palteascausa) |
| Race Number | 1 |
| Date | Wed, 11 Mar 2026 16:24:47 |
| Universe | code |
| Speed |
45 WPM
Try to beat?
|
| Accuracy | 96.5% |
| Rank | 4th place (out of 8) |
| Opponents | alexvalle (8th place) anthonynoway (3rd place) jhonkk2000 (2nd place) moymoymoy1 (1st place) raulooo (6th place) strike_117 (5th place) wskcoder (7th place) |
Text typed:
|
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?")
— (other)
by www.pythonforbeginners.com/
(see stats)
|
