Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import requests url = 'https://www.mdssup.ma/python/demopage.htm' x = requests.get(url) print(x.history)
[]