Matthew (shorent)

Race #10

View Pit Stop page for race #10 by shorentGhost race

View profile for Matthew (shorent)

Official speed 18.23 wpm (100.05 seconds elapsed during race)
Race Start November 4, 2022 5:51:06pm UTC
Race Finish November 4, 2022 5:52:46pm UTC
Outcome No win (2 of 3)
Accuracy 86.0%
Points 6.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)