(delirious)

Race #31

View Pit Stop page for race #31 by deliriousGhost race

View profile for (delirious)

Official speed 108.28 wpm (29.04 seconds elapsed during race)
Race Start January 27, 2019 11:26:04pm UTC
Race Finish January 27, 2019 11:26:33pm UTC
Outcome No win (2 of 5)
Opponents 1. sidd_ (121.88 wpm)
3. styrofoam (98.43 wpm)
4. poem (72.95 wpm)
5. hellothen (71.98 wpm)
Accuracy 99.0%
Points 70.38
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?")