Text race history for aadithebest (aadithebeast)

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
65 2025-06-27 19:49:13 25.26 93%
26 2025-06-22 11:47:54 28.77 90%