janer (jcamann)

Race #4

View Pit Stop page for race #4 by jcamannGhost race

View profile for janer (jcamann)

Official speed 47.69 wpm (38.25 seconds elapsed during race)
Race Start August 4, 2011 2:05:23pm UTC
Race Finish August 4, 2011 2:06:01pm 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)