michael (mikul)

Race #6

View Pit Stop page for race #6 by mikulGhost race

View profile for michael (mikul)

Official speed 68.06 wpm (26.80 seconds elapsed during race)
Race Start April 30, 2023 7:10:07am UTC
Race Finish April 30, 2023 7:10:34am UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 22.69
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)