Harry (ipope)

Race #1

View Pit Stop page for race #1 by ipopeGhost race

View profile for Harry (ipope)

Official speed 42.56 wpm (42.86 seconds elapsed during race)
Race Start August 4, 2011 11:00:29pm UTC
Race Finish August 4, 2011 11:01:12pm UTC
Outcome No win (1 of 1)
Accuracy 90.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)