mukr (heager)

Race #17

View Pit Stop page for race #17 by heagerGhost race

View profile for mukr (heager)

Official speed 43.21 wpm (42.21 seconds elapsed during race)
Race Start February 27, 2023 12:18:41pm UTC
Race Finish February 27, 2023 12:19:24pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 14.40
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)