ACC [99 - 100] (dinoh_sandys)

Race #4

View Pit Stop page for race #4 by dinoh_sandysGhost race

View profile for ACC [99 - 100] (dinoh_sandys)

Official speed 37.76 wpm (48.31 seconds elapsed during race)
Race Start April 19, 2021 7:43:10am UTC
Race Finish April 19, 2021 7:43:58am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 12.59
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)