diff --git a/f22/meena_lec_notes/lec-11/lec_11_Iteration_2.ipynb b/f22/meena_lec_notes/lec-11/lec_11_Iteration_2.ipynb index 9dd39b47a72c2e707622b7be1d03d70b465f2981..aae3f2e979f1ec7b9cdd6e744472127acf55d814 100644 --- a/f22/meena_lec_notes/lec-11/lec_11_Iteration_2.ipynb +++ b/f22/meena_lec_notes/lec-11/lec_11_Iteration_2.ipynb @@ -1,11 +1,16 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "id": "1fd5544f", "metadata": {}, "source": [ - "# Iteration 2" + "# Iteration 2\n", + "\n", + "## Readings: \n", + "- Chapter 2 of Sweigart book\n", + "- Chapter 6.4 of Python for Everybody" ] }, { @@ -391,7 +396,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.9.12" } }, "nbformat": 4, diff --git a/f22/meena_lec_notes/lec-11/lec_11_Iteration_2_template.ipynb b/f22/meena_lec_notes/lec-11/lec_11_Iteration_2_template.ipynb index 966084d95966aca11ad8b009ddf37e37e9e10111..a6dcd8758427161af860f9a8bc63f5bab1525e6d 100644 --- a/f22/meena_lec_notes/lec-11/lec_11_Iteration_2_template.ipynb +++ b/f22/meena_lec_notes/lec-11/lec_11_Iteration_2_template.ipynb @@ -5,7 +5,11 @@ "id": "cce4a7bf", "metadata": {}, "source": [ - "# Iteration 2" + "# Iteration 2\n", + "\n", + "## Readings: \n", + "- Chapter 2 of Sweigart book\n", + "- Chapter 6.4 of Python for Everybody" ] }, { @@ -311,7 +315,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.9.12" } }, "nbformat": 4,