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 72d1b91

Browse files
Re-flow paragraph in homework to fit text width
1 parent 3ad52d5 commit 72d1b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎hw/homework.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ avg_chloride_results = calculate_avg_value(data, "chlorides")
9797
You want to automate this as much as possible. So create a Python function
9898
that takes in a list of the file names and returns a dictionary.
9999

100-
The dictionary will have four keys equal to the file names (e.g. the key of`white_wine_good.csv` will be `white_wine_good`). The values of
101-
each filename key will be another dictionary with keys being the averages of
102-
each variable:
100+
The dictionary will have four keys equal to the file names (e.g. the key of
101+
`white_wine_good.csv`will be `white_wine_good`). The values of each filename
102+
key will be another dictionary with keys being the averages of each variable:
103103

104104
- Citric acid
105105
- Chlorides

0 commit comments

Comments
(0)

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