View Pit Stop page for race #24 by sidd_ — Ghost race
Official speed | 105.44 wpm (17.30 seconds elapsed during race) |
---|---|
Race Start | October 3, 2018 9:16:33pm UTC |
Race Finish | October 3, 2018 9:16:51pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 35.15 |
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) |