Taush (tsampley)

Race #26

View Pit Stop page for race #26 by tsampleyGhost race

View profile for Taush (tsampley)

Official speed 58.83 wpm (31.00 seconds elapsed during race)
Race Start July 1, 2021 9:31:10pm UTC
Race Finish July 1, 2021 9:31:41pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 19.61
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)