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