NSM101 (nsm101)

Race #1

View Pit Stop page for race #1 by nsm101Ghost race

View profile for NSM101 (nsm101)

Official speed 20.98 wpm (86.94 seconds elapsed during race)
Race Start May 27, 2025 5:54:09am UTC
Race Finish May 27, 2025 5:55:35am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 6.99
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)