From f91ce3c775d58ecc11bd83218ad4490f1d5ec444 Mon Sep 17 00:00:00 2001 From: Marisa Pagara Date: Wed, 15 Oct 2025 22:28:38 +0100 Subject: [PATCH] Did itgit add about-me.ipynb! Added my personal introduction to about-me.ipynb --- about-me.ipynb | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/about-me.ipynb b/about-me.ipynb index 1e8b6d4..bce8fdc 100644 --- a/about-me.ipynb +++ b/about-me.ipynb @@ -20,16 +20,24 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! My name is Marisa. I’m excited to learn because I wanto to become even more tech savvy and learn how to analyse data better. A fun fact about me is: I detest mushrooms.\n" + ] + } + ], "source": [ "# About Me\n", "# Please fill in the following details.\n", "\n", - "name = \"Your Name Here\"\n", - "reason = \"Why you are interested in AI, Data Analytics, or Data Science\"\n", - "fun_fact = \"One fun fact about yourself or a goal for this course\"\n", + "name = \"Marisa\"\n", + "reason = \"I wanto to become even more tech savvy and learn how to analyse data better\"\n", + "fun_fact = \"I detest mushrooms\"\n", "\n", "print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")" ] @@ -37,7 +45,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": ".venv (3.9.6)", "language": "python", "name": "python3" },