sdr4wkc48 (sdr4wkc48)

Race #8

View Pit Stop page for race #8 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 51.06 wpm (35.72 seconds elapsed during race)
Race Start January 18, 2023 4:08:25pm UTC
Race Finish January 18, 2023 4:09:01pm UTC
Outcome Win (1 of 3)
Accuracy 95.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)