bruh (zeloceb)

Race #13

View Pit Stop page for race #13 by zelocebGhost race

View profile for bruh (zeloceb)

Official speed 43.67 wpm (74.74 seconds elapsed during race)
Race Start January 24, 2022 3:36:11pm UTC
Race Finish January 24, 2022 3:37:26pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 28.38
Text #10017 (Length: 272 characters)

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?")