Text race history for Kramos (kcrc)

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
7 2023-08-17 20:55:54 41.11 93%
2 2023-08-17 20:37:59 34.29 93.3%