diff --git a/about-me.ipynb b/about-me.ipynb index 1e8b6d4..af92bcd 100644 --- a/about-me.ipynb +++ b/about-me.ipynb @@ -20,14 +20,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! My name is Hoai Thuong. I’m excited to learn because Why you are interested in AI, Data Analytics, or Data Science. A fun fact about me is: One fun fact about yourself or a goal for this course.\n" + ] + } + ], "source": [ "# About Me\n", "# Please fill in the following details.\n", "\n", - "name = \"Your Name Here\"\n", + "name = \"Hoai Thuong\"\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", "\n", @@ -37,7 +45,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": ".venv", "language": "python", "name": "python3" },