From 3d5c22816ee743a33337250443f58934365bca59 Mon Sep 17 00:00:00 2001 From: SergejKurtasch Date: Wed, 22 Jan 2025 16:07:16 +0100 Subject: [PATCH] Added my personal intorduction to about-me.ipynb as Sergej --- about-me.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/about-me.ipynb b/about-me.ipynb index 1e8b6d4..119f2f0 100644 --- a/about-me.ipynb +++ b/about-me.ipynb @@ -27,9 +27,9 @@ "# 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 = \"Sergej Kurtasch\"\n", + "reason = \"I am interested in understanding the latest AI technologies and applying them in my work\"\n", + "fun_fact = \"I want to find an exciting, well-paid job as a data scientist.\"\n", "\n", "print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")" ]