View Pit Stop page for race #3 by equitydeadlock — Ghost race
View profile for EquityDeadlock (equitydeadlock)
Official speed | 49.53 wpm (36.83 seconds elapsed during race) |
---|---|
Race Start | May 6, 2022 3:17:12am UTC |
Race Finish | May 6, 2022 3:17:49am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 16.51 |
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) |