url='http://debian.cites.illinois.edu/pub/debian-cd/7.6.0/amd64/iso-cd/debian-7.6.0-amd64-CD-1.iso'<br>
import requests<br>
r = requests.get(url).read(0,1000) <span id="_editor_bookmark_start_0" style="display: none; line-height: 0px;"></span><br><br>why i can not download special range(from 0 to 10000) content with requests in python<span id="_editor_bookmark_start_1" style="display: none; line-height: 0px;"></span>?<br>