from bs4 import BeautifulSoup with open('home.html', 'r') as html_file: content = html_file.read() # print(content) soup = BeautifulSoup(content, 'lxml') # courses ...
Rezultatele care pot fi inaccesibile pentru dvs. sunt afișate în prezent.
Ascundeți rezultatele inaccesibile