diff --git a/s23/Gurmail_lecture_notes/07_Function_Scope/lec_07_function_scope_template.ipynb b/s23/Gurmail_lecture_notes/07_Function_Scope/lec_07_function_scope_template.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..5bf16cd5d13a496377f91bfab88a2e0ee4692a80 --- /dev/null +++ b/s23/Gurmail_lecture_notes/07_Function_Scope/lec_07_function_scope_template.ipynb @@ -0,0 +1,74 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "dd014179", + "metadata": {}, + "source": [ + "# Function Scope\n", + "\n", + "## Announcements - Wednesday, February 8\n", + "\n", + "\n", + "* P1: Last day to turn in P1 late.\n", + "* P2: Due Today\n", + "* Grading cycle\n", + "* [Quiz 2](https://canvas.wisc.edu/courses/343490/quizzes/433049) released today at 5:00 pm\n", + "* [Thank you form](https://docs.google.com/forms/d/e/1FAIpQLSe0Zi6JFbxPIEVr7u1DJykuel-qSi7U0sBp2iR0gi6R_CArgw/viewform)\n", + "* [Exam 1 Conflict Form](https://docs.google.com/forms/d/e/1FAIpQLScKmey733tOjLfJ2q13Np76w_4o6cFcGVyNqWZmseZH0KNp2w/viewform)\n", + " * General: Wednesday February 22: 5:45 pm\n", + " * McBurney: Wednesday Februrary 22 5:30 pm - If you are approved for anything other than extra time and small group testing please fill out the form\n", + " * Alternate: Thursday February 23 5:45 pm \n", + " * Location will be sent by email on Monday February 20\n", + " * Note: Chemistry has an exam at the same time as our Wednesday exam" + ] + }, + { + "cell_type": "markdown", + "id": "337feb72", + "metadata": {}, + "source": [ + "## [Interactive Exercises on Python Tutor](https://cs220.cs.wisc.edu/s23/materials/lec-07.html)" + ] + }, + { + "cell_type": "markdown", + "id": "173fc409", + "metadata": {}, + "source": [ + "### Take notes here\n", + "* Rule 1:\n", + "* Rule 2:\n", + "* Rule 3:\n", + "* Rule 4:\n", + "* Rule 5:\n", + "* Rule 6:\n", + "* Rule 7:\n", + "* Rule 8:\n", + "* Rule 9:\n", + "* Rule 10:" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.13" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}