From d015f1fcb01d9724d9f7223b753a05a4c38a15f1 Mon Sep 17 00:00:00 2001
From: msyamkumar <msyamkumar@wisc.edu>
Date: Sat, 17 Sep 2022 08:04:43 -0500
Subject: [PATCH] Correcting mistake with self-practice question

---
 .../lec-04/lec_04_Vars_and_Exprs.ipynb              | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/f22/meena_lec_notes/lec-04/lec_04_Vars_and_Exprs.ipynb b/f22/meena_lec_notes/lec-04/lec_04_Vars_and_Exprs.ipynb
index 85f4926..3cd4d25 100644
--- a/f22/meena_lec_notes/lec-04/lec_04_Vars_and_Exprs.ipynb
+++ b/f22/meena_lec_notes/lec-04/lec_04_Vars_and_Exprs.ipynb
@@ -1,7 +1,6 @@
 {
  "cells": [
   {
-   "attachments": {},
    "cell_type": "markdown",
    "metadata": {},
    "source": [
@@ -38,7 +37,7 @@
     "\n",
     "# Correct order for operator precedence\n",
     "# 1. exponents: **\n",
-    "# 2. add/subtract: +, -\n",
+    "# 2. signs: +x, -x\n",
     "# 3. multiply/divide: *, /, //, %\n",
     "# 4. add/subtract: +, -\n",
     "# 5. comparison:  ==, !=, <, <=, >, >=\n",
@@ -342,7 +341,6 @@
    ]
   },
   {
-   "attachments": {},
    "cell_type": "markdown",
    "metadata": {},
    "source": [
@@ -364,7 +362,6 @@
    ]
   },
   {
-   "attachments": {},
    "cell_type": "markdown",
    "metadata": {},
    "source": [
@@ -543,7 +540,6 @@
    ]
   },
   {
-   "attachments": {},
    "cell_type": "markdown",
    "metadata": {},
    "source": [
@@ -889,13 +885,6 @@
     "valid = 0 <= age <= 100\n",
     "print(\"you may continue: \" + str(valid))"
    ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": []
   }
  ],
  "metadata": {
-- 
GitLab