N4T (taneel)

Race #2

View Pit Stop page for race #2 by taneelGhost race

View profile for N4T (taneel)

Official speed 62.43 wpm (52.28 seconds elapsed during race)
Race Start July 16, 2023 2:17:24pm UTC
Race Finish July 16, 2023 2:18:16pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 40.58
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?")