Michael (mikeme1)

Race #4

View Pit Stop page for race #4 by mikeme1Ghost race

View profile for Michael (mikeme1)

Official speed 37.54 wpm (48.59 seconds elapsed during race)
Race Start March 9, 2013 3:33:11pm UTC
Race Finish March 9, 2013 3:33:59pm UTC
Outcome Win (1 of 3)
Accuracy 92.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)