michael (mikul)

Race #2

View Pit Stop page for race #2 by mikulGhost race

View profile for michael (mikul)

Official speed 56.60 wpm (32.23 seconds elapsed during race)
Race Start February 20, 2018 2:19:19pm UTC
Race Finish February 20, 2018 2:19:52pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 18.87
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)