porfiriomarquez (porfiriomarquez)

Race #48

View Pit Stop page for race #48 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 15.63 wpm (116.70 seconds elapsed during race)
Race Start June 19, 2025 12:41:51am UTC
Race Finish June 19, 2025 12:43:47am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 5.21
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)