Race Result Details |
Racer | DannerJoseQuispeHuallpa (dannerjosequispehuallpa) |
Race Number | 3 |
Date | Sun, 11 May 2025 0:32:53 |
Universe | code |
Speed |
23 WPM
![]() |
Accuracy | 92.6% |
Rank | 9th place (out of 13) |
Opponents | alex_ramos (4th place) alexbeltrantarqui (7th place) alexlopez114387 (2nd place) erick_vargas (3rd place) jhonnymartinez (8th place) pedro_2 (10th place) sharick_chungara (5th 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)
|