Mati (munzirae86)

Race #3

View Pit Stop page for race #3 by munzirae86Ghost race

View profile for Mati (munzirae86)

Official speed 31.00 wpm (58.84 seconds elapsed during race)
Race Start November 26, 2013 4:48:14am UTC
Race Finish November 26, 2013 4:49:13am UTC
Outcome Win (1 of 2)
Opponents 2. as7771 (25.62 wpm)
Accuracy 89.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)