Nilax (nilax)

Race #2

View Pit Stop page for race #2 by nilaxGhost race

View profile for Nilax (nilax)

Official speed 40.52 wpm (45.01 seconds elapsed during race)
Race Start October 19, 2012 5:32:20pm UTC
Race Finish October 19, 2012 5:33:05pm UTC
Outcome No win (2 of 2)
Opponents 1. rusherx (53.16 wpm)
Accuracy 98.0%
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)