セクション 3. 章 6
single
Challenge: Find All
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
You will work with the following page.
Your goal is to extract specific HTML elements using BeautifulSoup.
- Use the
.find()method of thesoupobject to get and print the first<div>tag from the page. - Use the
.find_all()method of thesoupobject to get and print all<p>tags that have an attributeidequal to"id0".
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください