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 |
|---|---|---|---|
| 49 | 2025-01-15 03:21:57 | 64.23 | 98.2% |
| 35 | 2025-01-13 15:23:38 | 56.01 | 95.9% |
| 27 | 2025-01-13 02:24:30 | 53.94 | 95.8% |
| 24 | 2025-01-13 00:06:37 | 40.77 | 95.4% |
| 5 | 2025-01-06 17:56:20 | 44.43 | 95% |
| 4 | 2025-01-03 15:40:16 | 36.65 | 96.4% |