Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
import requests x = requests.get('https://w3schools.com') print(x.status_code)
200