sdr4wkc48 (sdr4wkc48)

Race #13

View Pit Stop page for race #13 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 44.26 wpm (41.21 seconds elapsed during race)
Race Start January 18, 2023 4:40:13pm UTC
Race Finish January 18, 2023 4:40:55pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 14.75
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)