Python http-запросы Добавить комментарий import urllib.request contents = urllib.request.urlopen(f"http://127.0.0.1:8000/").read()