Q&A
연습 문제 6번 find 이용 질문
data = soup.find('div', class_='text-center')print(data.get_text().strip())로도 바로 가져올 순 있었어요