Leo (nhatleo)

Race #1

View Pit Stop page for race #1 by nhatleoGhost race

View profile for Leo (nhatleo)

Official speed 37.70 wpm (48.38 seconds elapsed during race)
Race Start May 26, 2023 5:42:03am UTC
Race Finish May 26, 2023 5:42:52am UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 12.57
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)