Luigi (typerlouis)

Race #2

View Pit Stop page for race #2 by typerlouisGhost race

View profile for Luigi (typerlouis)

Official speed 42.80 wpm (42.62 seconds elapsed during race)
Race Start January 30, 2011 10:18:36pm UTC
Race Finish January 30, 2011 10:19:18pm UTC
Outcome Win (1 of 2)
Opponents 2. m4olivei (34.26 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)