tsds (tsds)

Race #278

View Pit Stop page for race #278 by tsdsGhost race

View profile for tsds (tsds)

Official speed 55.16 wpm (59.17 seconds elapsed during race)
Race Start November 29, 2021 4:28:37pm UTC
Race Finish November 29, 2021 4:29:36pm UTC
Outcome No win (2 of 2)
Opponents 1. seyranyandavid (64.70 wpm)
Accuracy 98.0%
Points 35.85
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?")