Aakib (aa_0808_)

Race #61

View Pit Stop page for race #61 by aa_0808_Ghost race

View profile for Aakib (aa_0808_)

Official speed 40.45 wpm (80.69 seconds elapsed during race)
Race Start September 1, 2023 5:35:22pm UTC
Race Finish September 1, 2023 5:36:43pm UTC
Outcome Win (1 of 3)
Opponents 2. arifali (33.77 wpm)
Accuracy 97.0%
Points 26.30
Text #10017 (Length: 272 characters)

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