Jim (jimnguyen)

Race #1

View Pit Stop page for race #1 by jimnguyenGhost race

View profile for Jim (jimnguyen)

Official speed 51.25 wpm (35.59 seconds elapsed during race)
Race Start August 13, 2023 10:16:42am UTC
Race Finish August 13, 2023 10:17:18am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 17.08
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)