Mth_quitful (aaakribane131)

Race #1

View Pit Stop page for race #1 by aaakribane131Ghost race

View profile for Mth_quitful (aaakribane131)

Official speed 32.88 wpm (55.47 seconds elapsed during race)
Race Start July 5, 2023 3:43:03pm UTC
Race Finish July 5, 2023 3:43:59pm UTC
Outcome No win (2 of 3)
Accuracy 92.0%
Points 10.96
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)