Text race history for porfiriomarquez (porfiriomarquez)

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
74 2025-06-23 21:11:23 17.97 95%
55 2025-06-23 18:54:33 10.73 94%
9 2025-05-28 20:18:36 15.06 95%