Radien (radien7)

Race #5

View Pit Stop page for race #5 by radien7Ghost race

View profile for Radien (radien7)

Official speed 48.86 wpm (37.33 seconds elapsed during race)
Race Start January 12, 2014 11:48:45am UTC
Race Finish January 12, 2014 11:49:22am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 0.00
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)