slightlyepic (slightlyepic)

Race #5

View Pit Stop page for race #5 by slightlyepicGhost race

View profile for slightlyepic (slightlyepic)

Official speed 65.97 wpm (27.65 seconds elapsed during race)
Race Start July 2, 2023 4:38:03pm UTC
Race Finish July 2, 2023 4:38:31pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 21.99
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)