View Pit Stop page for race #11 by juniorbadpnz — Ghost race
View profile for [AhK] Panizio (Trampo) (juniorbadpnz)
Official speed | 42.80 wpm (42.62 seconds elapsed during race) |
---|---|
Race Start | April 24, 2011 10:44:18pm UTC |
Race Finish | April 24, 2011 10:45:01pm UTC |
Outcome | Win (1 of 3) |
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) |