Ольга Б.card.quoted11 күн бұрын
import requests

resp = requests.get("http://olympus.realpython.org")

html = resp.text

print(html[86:132])
  • Комментарий жазу үшін кіру немесе тіркелу