Barteczek (barteczek)

Race #4

View Pit Stop page for race #4 by barteczekGhost race

View profile for Barteczek (barteczek)

Official speed 32.48 wpm (56.16 seconds elapsed during race)
Race Start January 29, 2011 5:00:21pm UTC
Race Finish January 29, 2011 5:01:18pm UTC
Outcome No win (1 of 1)
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)