ghost_of_uchiha (ghost_of_uchiha)

Race #1

View Pit Stop page for race #1 by ghost_of_uchihaGhost race

View profile for ghost_of_uchiha (ghost_of_uchiha)

Official speed 42.79 wpm (76.28 seconds elapsed during race)
Race Start July 14, 2023 9:01:44am UTC
Race Finish July 14, 2023 9:03:00am UTC
Outcome Win (1 of 2)
Opponents 2. nammy18 (40.15 wpm)
Accuracy 97.0%
Points 27.81
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?")