Jak zdobyć witrynę na żywo HTML w Python

import requests
html_code = requests.get('url')
Tejas Naik