(poke1)

Race #4

View Pit Stop page for race #4 by poke1Ghost race

View profile for (poke1)

Official speed 84.67 wpm (38.55 seconds elapsed during race)
Race Start September 2, 2021 8:06:48pm UTC
Race Finish September 2, 2021 8:07:27pm UTC
Outcome No win (2 of 2)
Opponents 1. poem (86.26 wpm)
Accuracy 97.0%
Points 55.03
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?")