Race Result Details |
Racer | tolbi (tolbi) |
Race Number | 7 |
Date | Sat, 13 Apr 2024 17:12:45 |
Universe | code |
Speed |
76 WPM
![]() |
Accuracy | 94.9% |
Rank | 1st place (out of 5) |
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?")
—
Roll the Dice
|