Race Result Details |
Racer | SaraĆ (sarai_vega012) |
Race Number | 1 |
Date | Fri, 16 May 2025 1:47:00 |
Universe | code |
Speed |
23 WPM
![]() |
Accuracy | 95.8% |
Rank | 13th place (out of 17) |
Opponents | alexbeltrantarqui (5th place) alexlopez114387 (6th place) ariane_salazar (8th place) erick_vargas (4th place) jas_el (3rd place) jhurite (10th place) liz_mariela_perez (9th place) machuran (14th place) maria_ortega10 (2nd place) pedro_serrudo (11th place) samiraarancibia123426 (12th 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)
|