Race Result Details |
Racer | Inusah (inusah) |
Race Number | 92 |
Date | Thu, 13 Jul 2023 19:44:38 |
Universe | code |
Speed |
35 WPM
![]() |
Accuracy | 96.9% |
Rank | 3rd place (out of 3) |
Opponents | isthislewz (1st place) tracerx (2nd 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?")
—
Roll the Dice
|