diff --git a/pythonintro/FlowControl.ipynb b/pythonintro/FlowControl.ipynb
index da3f28ee4d76c291bcaac8f79f7b7de608a6900e..5d44cde3d10b661079b1f5ad509c6836a3436d75 100644
--- a/pythonintro/FlowControl.ipynb
+++ b/pythonintro/FlowControl.ipynb
@@ -170,28 +170,13 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 15,
+   "execution_count": 1,
    "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "a is greater than 25\n",
-      "a is not greater than 30\n"
-     ]
-    }
-   ],
+   "outputs": [],
    "source": [
     "a = 27\n",
     "\n",
-    "# ... your code here ...\n",
-    "if a > 25:\n",
-    "    print ('a is greater than 25')\n",
-    "    if a > 30:\n",
-    "        print('a is greater than 30')\n",
-    "    else:\n",
-    "        print('a is not greater than 30')"
+    "# ... your code here ...\n"
    ]
   },
   {
@@ -502,7 +487,7 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 3.10.6 ('pythonintro-A08DqnGu-py3.10')",
+   "display_name": "pythonintro-NlsZwE_T-py3.10",
    "language": "python",
    "name": "python3"
   },
@@ -521,7 +506,7 @@
   "orig_nbformat": 4,
   "vscode": {
    "interpreter": {
-    "hash": "eb3a944512c48027e49906d9e47d21cfb9b2c1ddd33f9b79c72df4b5e3a553dc"
+    "hash": "e79a103ddccd343bb7d1be701b671c098efc420295b660c764763b93be962cdf"
    }
   }
  },