Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0794021

Browse files
committed
solution 5,6
1 parent 4d6c7d9 commit 0794021

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎solutions/05_solutions.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Make Automation Slower or Faster
2+
3+
There are no Challenge problems for this section. The example is purely applied.

‎solutions/06_solutions.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Make Error Handling Easier
2+
3+
## Challenge 1
4+
5+
Explain why we can't run `map(url_lists, read_html)`?
6+
7+
**Answer** In the example given, map will break because the fourth url is a bad url. The point of this problem is to get students thinking about the errors and use cases for the functions we write. If url_lists was a well formed list, then the code would run without error.
8+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /