Daniele (sorry_im_a_noob)

Race #5

View Pit Stop page for race #5 by sorry_im_a_noobGhost race

View profile for Daniele (sorry_im_a_noob)

Official speed 56.94 wpm (57.32 seconds elapsed during race)
Race Start August 15, 2023 1:35:58pm UTC
Race Finish August 15, 2023 1:36:55pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 37.01
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?")