police (styrofoam)

Race #127

View Pit Stop page for race #127 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 87.76 wpm (35.83 seconds elapsed during race)
Race Start November 1, 2018 6:48:01pm UTC
Race Finish November 1, 2018 6:48:37pm UTC
Outcome No win (2 of 2)
Opponents 1. atthetop (89.31 wpm)
Accuracy 99.0%
Points 57.05
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?")