Angly (liciti)

Race #9

View Pit Stop page for race #9 by licitiGhost race

View profile for Angly (liciti)

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