Feng (da_xiao_jin_dou)

Race #15

View Pit Stop page for race #15 by da_xiao_jin_douGhost race

View profile for Feng (da_xiao_jin_dou)

Official speed 25.49 wpm (128.05 seconds elapsed during race)
Race Start February 28, 2022 10:07:06pm UTC
Race Finish February 28, 2022 10:09:14pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 16.57
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?")