Paja (cyberjunkie)

Race #1

View Pit Stop page for race #1 by cyberjunkieGhost race

View profile for Paja (cyberjunkie)

Official speed 42.12 wpm (43.30 seconds elapsed during race)
Race Start January 3, 2019 1:56:04am UTC
Race Finish January 3, 2019 1:56:47am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 14.04
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)