PicturingFrames (frame_ability)

Race #333

View Pit Stop page for race #333 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 94.21 wpm (34.65 seconds elapsed during race)
Race Start November 30, 2022 1:43:30pm UTC
Race Finish November 30, 2022 1:44:04pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 61.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?")