Not a 'Baby Killer' (cuitcuitd)

Race #1

View Pit Stop page for race #1 by cuitcuitdGhost race

View profile for Not a 'Baby Killer' (cuitcuitd)

Official speed 63.44 wpm (51.45 seconds elapsed during race)
Race Start February 10, 2023 1:13:22pm UTC
Race Finish February 10, 2023 1:14:14pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 41.23
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?")