View Pit Stop page for race #172 by beltran_tarqui — Ghost race
View profile for Alex Beltran T. (beltran_tarqui)
Official speed | 44.02 wpm (41.44 seconds elapsed during race) |
---|---|
Race Start | June 21, 2025 7:07:44pm UTC |
Race Finish | June 21, 2025 7:08:26pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 14.67 |
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) |