MattTheDev (mdscranton)

Race #4

View Pit Stop page for race #4 by mdscrantonGhost race

View profile for MattTheDev (mdscranton)

Official speed 57.91 wpm (31.50 seconds elapsed during race)
Race Start August 14, 2023 9:49:30pm UTC
Race Finish August 14, 2023 9:50:02pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 19.30
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)