File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
exercises/13.4-Making_HTML_with_filter_and_maP Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11# ` 13.4 ` Making HTML using filter function and map function
22
3- ## 📝Instructions:
3+ ## 📝 Instructions:
44
5- 1 . Create ` generate_li ` and ` filter_colors ` function to make the exercise print the following HTML with only the sexy colors:
5+ 1 . Create ` generate_li ` and ` filter_colors ` functions to make the exercise print the following HTML with only the sexy colors:
66
7-
8- ## Resultado esperado:
7+ ## 💻 Expected result:
98
109``` py
11- Expected:
1210[' <li>Red</li>' , ' <li>Orange</li>' , ' <li>Pink</li>' , ' <li>Violet</li>' ]
1311```
1412
15- ## 💡 Hint :
13+ ## 💡 Hints :
1614
17- + Maybe you have to use ` filter() ` and ` map() ` function
15+ + You probably have to use ` filter() ` and ` map() ` function.
1816
19- + ` set() ` values to the new variables
17+ + ` set() ` values to the new variables.
You can’t perform that action at this time.
0 commit comments