Skip to content

Commit ceadac2

Browse files
authored
Update webscraping_challenge.md
1 parent 905bde4 commit ceadac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webscraping_challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Choose between one of the two websites below:
1010

1111
- [The Epic List of 250 Legendary Swords](https://hobbylark.com/fandoms/The-Epic-List-of-250-Legendary-Swords)
1212

13-
In both sites, you're presented with a long list of data (names of flowers or swords) as well as a description of each item. Using Beautiful Soup, return ALL the flowers/swords from the page and place them inside of a dictionary. The format of the dictionary is up to you- what do you think will be the best design?
13+
In both sites, you're presented with a long list of data (names of flowers or swords) as well as a description of each item. Using Beautiful Soup, return ALL the flowers/swords AND THEIR DESCRIPTIONS from the page and place them inside of a dictionary. The format of the dictionary is up to you- what do you think will be the best design?

0 commit comments

Comments
 (0)