From e038f2257c1063a11d873148c0bc5b6f02292489 Mon Sep 17 00:00:00 2001 From: Eliza Guseva Date: Fri, 23 May 2025 10:10:12 +0200 Subject: [PATCH] solved my lab --- 1_variables_operators.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/1_variables_operators.ipynb b/1_variables_operators.ipynb index 5d0ce83..f840acb 100644 --- a/1_variables_operators.ipynb +++ b/1_variables_operators.ipynb @@ -49,7 +49,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -74,7 +74,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -128,7 +128,7 @@ "metadata": {}, "outputs": [], "source": [ - "age # Will show the value of the variable on the screen" + "age = 13 # Will show the value of the variable on the screen" ] }, { @@ -1666,7 +1666,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": ".venv", "language": "python", "name": "python3" }, @@ -1680,7 +1680,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.13" + "version": "3.12.1" } }, "nbformat": 4,