Jeff (jeffpc)

Race #4

View Pit Stop page for race #4 by jeffpcGhost race

View profile for Jeff (jeffpc)

Official speed 24.16 wpm (75.50 seconds elapsed during race)
Race Start February 1, 2011 7:05:43pm UTC
Race Finish February 1, 2011 7:06:58pm UTC
Outcome No win (5 of 5)
Opponents 2. jpaupore (63.26 wpm)
3. noronham (46.31 wpm)
4. liciti (42.55 wpm)
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)