[NTM] Vielle (arc_sec)

Race #128

View Pit Stop page for race #128 by arc_secGhost race

View profile for [NTM] Vielle (arc_sec)

Official speed 114.51 wpm (27.46 seconds elapsed during race)
Race Start November 27, 2019 9:12:06pm UTC
Race Finish November 27, 2019 9:12:33pm UTC
Outcome Win (1 of 2)
Opponents 2. lesirh (78.17 wpm)
Accuracy 98.0%
Points 74.43
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?")