Race Result Details |
Racer | Mauricio David Aguilar Rios (machuran) |
Race Number | 3 |
Date | Fri, 16 May 2025 1:47:01 |
Universe | code |
Speed |
23 WPM
![]() |
Accuracy | 91.3% |
Rank | 14th 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) maria_ortega10 (2nd place) pedro_serrudo (11th place) samiraarancibia123426 (12th place) sarai_vega012 (13th 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)
|