Race Result Details |
Racer | Erick_Vargas (erick_vargas) |
Race Number | 85 |
Date | Mon, 30 Jun 2025 1:14:02 |
Universe | code |
Speed |
30 WPM
![]() |
Accuracy | 91.3% |
Rank | 7th place (out of 8) |
Opponents | beltran_tarqui (2nd place) jas_el1 (1st place) jhonny_ct (8th place) liz_mariela (5th place) nessa2 (6th place) samiraarancibia123426 (4th place) sharick_chungara (3rd 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)
|