View Pit Stop page for race #8 by leoh8r — Ghost race
Official speed | 75.88 wpm (24.04 seconds elapsed during race) |
---|---|
Race Start | May 26, 2022 3:55:38am UTC |
Race Finish | May 26, 2022 3:56:02am UTC |
Outcome | Win (1 of 4) |
Opponents |
2. codeforces (65.44 wpm) |
Accuracy | 97.0% |
Points | 25.29 |
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) |