(sidd_)

Race #33

View Pit Stop page for race #33 by sidd_Ghost race

View profile for (sidd_)

Official speed 122.24 wpm (25.72 seconds elapsed during race)
Race Start January 27, 2019 10:33:34pm UTC
Race Finish January 27, 2019 10:34:00pm UTC
Outcome Win (1 of 5)
Opponents 2. styrofoam (90.29 wpm)
3. delirious (87.76 wpm)
4. hellothen (64.42 wpm)
5. poem (55.17 wpm)
Accuracy 99.0%
Points 79.46
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?")