porfiriomarquez (porfiriomarquez)

Race #49

View Pit Stop page for race #49 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 13.96 wpm (130.66 seconds elapsed during race)
Race Start June 19, 2025 12:44:07am UTC
Race Finish June 19, 2025 12:46:17am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 4.65
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)