# -*- coding: utf-8 -*-
import requests
from bs4 import BeautifulSoup
r = requests.get("https://astrachan.roliksushi.ru/catalog/sety/")
text = r.text
print(text)
UnicodeEncodeError: 'charmap' codec can't encode character '\xd0' in position 14344: character maps to <undefined>
₽