Cire (type4harambe)

Race #3

View Pit Stop page for race #3 by type4harambeGhost race

View profile for Cire (type4harambe)

Official speed 71.57 wpm (43.93 seconds elapsed during race)
Race Start January 28, 2019 5:45:39am UTC
Race Finish January 28, 2019 5:46:23am UTC
Outcome No win (2 of 2)
Opponents 1. sidd_ (121.78 wpm)
Accuracy 97.0%
Points 46.52
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?")