J-J ✈ the jet plane (jjadup)

Race #20

View Pit Stop page for race #20 by jjadupGhost race

View profile for J-J ✈ the jet plane (jjadup)

Official speed 48.56 wpm (37.56 seconds elapsed during race)
Race Start August 19, 2011 3:36:51pm UTC
Race Finish August 19, 2011 3:37:29pm UTC
Outcome No win (1 of 1)
Accuracy 97.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)