thanks sir your answer is perfect.
PROXIES = { 'http': 'http://127.0.0.1:8090', 'https': 'http://127.0.0.1:8090' }
r = requests.get(url, cookies=cookie ,verify=False,proxies=PROXIES)