M.Ha (manhha00)

Race #7

View Pit Stop page for race #7 by manhha00Ghost race

View profile for M.Ha (manhha00)

Official speed 41.66 wpm (43.78 seconds elapsed during race)
Race Start September 10, 2023 5:57:42am UTC
Race Finish September 10, 2023 5:58:26am UTC
Outcome No win (3 of 3)
Opponents 1. inusah (53.08 wpm)
Accuracy 91.0%
Points 13.89
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)