michael (mikul)

Race #5

View Pit Stop page for race #5 by mikulGhost race

View profile for michael (mikul)

Official speed 67.54 wpm (27.01 seconds elapsed during race)
Race Start April 30, 2023 7:09:18am UTC
Race Finish April 30, 2023 7:09:45am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 22.51
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)