Rsc (rstacruz)

Race #1

View Pit Stop page for race #1 by rstacruzGhost race

View profile for Rsc (rstacruz)

Official speed 35.86 wpm (50.86 seconds elapsed during race)
Race Start August 31, 2017 8:15:58am UTC
Race Finish August 31, 2017 8:16:49am UTC
Outcome No win (2 of 2)
Opponents 3. stlsixers (33.47 wpm)
5. xerxesregulus (33.31 wpm)
6. thurginesis (31.02 wpm)
Accuracy 97.0%
Points 11.95
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)