From 72f39bec1f7e8100d3e928d5db75be6b7477b6db Mon Sep 17 00:00:00 2001 From: awhyshow Date: Mon, 13 Oct 2025 10:47:26 +0200 Subject: [PATCH] Added my personal introduction to the about-me.ipynb --- about-me.ipynb | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/about-me.ipynb b/about-me.ipynb index 1e8b6d4..358d437 100644 --- a/about-me.ipynb +++ b/about-me.ipynb @@ -20,24 +20,39 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! My name is Ayoola Soremekun. I’m excited to learn because The IT industry is moving at a fast pace and i am here to equip myself with the necessary capabilities. A fun fact about me is: I love music.\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 = \"Ayoola Soremekun\"\n", + "reason = \"The IT industry is moving at a fast pace and i am here to equip myself with the necessary capabilities\"\n", + "fun_fact = \"I love music\"\n", "\n", "print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -51,9 +66,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.13.5" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }