Atie (atie)

Race #2

View Pit Stop page for race #2 by atieGhost race

View profile for Atie (atie)

Official speed 32.90 wpm (55.44 seconds elapsed during race)
Race Start September 23, 2013 12:09:11pm UTC
Race Finish September 23, 2013 12:10:06pm UTC
Outcome No win (3 of 3)
Accuracy 74.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)