ФТ
Size: a a a
ФТ
ТТ
AA
ТТ
НБ
ВК
DS
ТТ
DS
Y
>>> import requests
>>> r = requests.post("http://bugs.python.org", data={'number': 12524, 'type': 'issue', 'action': 'show'})
>>> print(r.status_code, r.reason)
200 OK
>>> print(r.text[:300] + '...')Y
ТТ
>>> import requests
>>> r = requests.post("http://bugs.python.org", data={'number': 12524, 'type': 'issue', 'action': 'show'})
>>> print(r.status_code, r.reason)
200 OK
>>> print(r.text[:300] + '...')Y
ТТ
AG
PS
ĵ
DS
Y
Y