Skip to content

Commit

Permalink
Ch7 problems, cont
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 16, 2021
1 parent 916d434 commit 07e90fc
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions solutions/07-Practice for chapter 7.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "7d0b6168",
"id": "16397681",
"metadata": {},
"source": [
"# Easy"
]
},
{
"cell_type": "markdown",
"id": "20ad4d86",
"id": "059cb46c",
"metadata": {},
"source": [
"## 7E2"
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "788b10b2",
"id": "3e81ac3e",
"metadata": {},
"outputs": [
{
Expand All @@ -39,7 +39,7 @@
},
{
"cell_type": "markdown",
"id": "a73c0e19",
"id": "6f6af11f",
"metadata": {},
"source": [
"## 7E3"
Expand All @@ -48,7 +48,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "9a9fdb90",
"id": "a0d7027c",
"metadata": {},
"outputs": [
{
Expand All @@ -70,7 +70,7 @@
},
{
"cell_type": "markdown",
"id": "f0593e87",
"id": "113a378a",
"metadata": {},
"source": [
"## 7E4"
Expand All @@ -79,7 +79,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "44cb4ae2",
"id": "e1f641a3",
"metadata": {},
"outputs": [
{
Expand All @@ -100,11 +100,17 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "19941669",
"cell_type": "markdown",
"id": "a3e31947",
"metadata": {},
"source": [
"# Hard"
]
},
{
"cell_type": "markdown",
"id": "39013f1e",
"metadata": {},
"outputs": [],
"source": []
}
],
Expand Down

0 comments on commit 07e90fc

Please sign in to comment.