из bs4 import BeautifulSoup
запросы на импорт
html_text = Requests.get( 'https://in.kompass.com/r/tamil-nadu/in_intn/' ).text
soup = BeautifulSoup(html_text,'lxml')
location = Soup.find ('span',class_= 'placeText' )
print(location)
PS C:\Users\vinny\OneDrive\Desktop\bs4project> и C:/Users/vinny/AppData /Local/Programs/Python/Python312/python.exe c:/Users/vinny/OneDrive/Desktop/bs4project/main.py
Нет
Подробнее здесь: https://stackoverflow.com/questions/786 ... -code-with