Elizabeth (elizabethwei)

Race #11

View Pit Stop page for race #11 by elizabethweiGhost race

View profile for Elizabeth (elizabethwei)

Official speed 32.31 wpm (56.45 seconds elapsed during race)
Race Start February 15, 2022 9:32:22pm UTC
Race Finish February 15, 2022 9:33:19pm UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 10.77
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)