Justin (jpaupore)

Race #1

View Pit Stop page for race #1 by jpauporeGhost race

View profile for Justin (jpaupore)

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