Skip to content

Commit e965ffb

Browse files
committed
Clarify second network lecture exercise
1 parent 2946a25 commit e965ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/network_outline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@
13591359
"cell_type": "markdown",
13601360
"metadata": {},
13611361
"source": [
1362-
"**Bonus Challenge**: Create a function and script to use the random network from the previous exercise, creates 10 networks of size 5, 10, 15 and use your just created function to return a dictionary with the average number of neighbors for each."
1362+
"**Bonus Challenge**: Create a function and script to use the random network from the previous exercise, creates 10 networks of size 5, 10, 15 and use your just created function to return a dictionary with the average number of neighbors for each. The key will be the size of the network and the value will be the average number of neighbors for all nodes among the given network size."
13631363
]
13641364
},
13651365
{

0 commit comments

Comments
 (0)