Mohammad (alamin_typist)

Race #10

View Pit Stop page for race #10 by alamin_typistGhost race

View profile for Mohammad (alamin_typist)

Official speed 67.60 wpm (46.51 seconds elapsed during race)
Race Start November 9, 2018 12:40:24pm UTC
Race Finish November 9, 2018 12:41:11pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 43.94
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?")