View Pit Stop page for race #25 by gospell — Ghost race
View profile for 💀💀💀 (gospell)
Official speed | 47.87 wpm (38.10 seconds elapsed during race) |
---|---|
Race Start | December 24, 2021 2:05:39pm UTC |
Race Finish | December 24, 2021 2:06:17pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 15.96 |
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) |