Slow Typist ツ (dasasd1)

Race #19

View Pit Stop page for race #19 by dasasd1Ghost race

View profile for Slow Typist ツ (dasasd1)

Official speed 51.06 wpm (35.72 seconds elapsed during race)
Race Start July 7, 2023 10:49:01am UTC
Race Finish July 7, 2023 10:49:37am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 17.02
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)