Text race history for Sumit Prasad (beyonderr)

Back to text analysis page

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?")

Game Time WPM Accuracy
20 2024-10-19 07:04:44 66.21 98.3%
12 2024-10-19 06:54:40 71.28 98.6%