From 07e90fc8a7cb81dcec664f9a0bac58e6ff7ff4a1 Mon Sep 17 00:00:00 2001 From: Max Lapan Date: Sat, 16 Oct 2021 07:17:42 +0200 Subject: [PATCH] Ch7 problems, cont --- solutions/07-Practice for chapter 7.ipynb | 28 ++++++++++++++--------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/solutions/07-Practice for chapter 7.ipynb b/solutions/07-Practice for chapter 7.ipynb index 77cf45b..d173064 100644 --- a/solutions/07-Practice for chapter 7.ipynb +++ b/solutions/07-Practice for chapter 7.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "7d0b6168", + "id": "16397681", "metadata": {}, "source": [ "# Easy" @@ -10,7 +10,7 @@ }, { "cell_type": "markdown", - "id": "20ad4d86", + "id": "059cb46c", "metadata": {}, "source": [ "## 7E2" @@ -19,7 +19,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "788b10b2", + "id": "3e81ac3e", "metadata": {}, "outputs": [ { @@ -39,7 +39,7 @@ }, { "cell_type": "markdown", - "id": "a73c0e19", + "id": "6f6af11f", "metadata": {}, "source": [ "## 7E3" @@ -48,7 +48,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "9a9fdb90", + "id": "a0d7027c", "metadata": {}, "outputs": [ { @@ -70,7 +70,7 @@ }, { "cell_type": "markdown", - "id": "f0593e87", + "id": "113a378a", "metadata": {}, "source": [ "## 7E4" @@ -79,7 +79,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "44cb4ae2", + "id": "e1f641a3", "metadata": {}, "outputs": [ { @@ -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": [] } ],