diff --git a/about-me.ipynb b/about-me.ipynb index 1e8b6d4..7b57c40 100644 --- a/about-me.ipynb +++ b/about-me.ipynb @@ -20,16 +20,24 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! My name is Chandler Shortlidge. I’m excited to learn because I want to learn AI to solve real-world problems like automating processes.. A fun fact about me is: I have a baby son named Rohn and a Shiba Inu named Max. I also spent 10 years in the nightclub industry!.\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 = \"Chandler Shortlidge\"\n", + "reason = \"I want to learn AI to solve real-world problems like automating processes.\"\n", + "fun_fact = \"I have a baby son named Rohn and a Shiba Inu named Max. I also spent 10 years in the nightclub industry!\"\n", "\n", "print(f\"Hi! My name is {name}. I’m excited to learn because {reason}. A fun fact about me is: {fun_fact}.\")" ] @@ -51,7 +59,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6" + "version": "3.13.3" } }, "nbformat": 4, diff --git a/test.ipynb b/test.ipynb new file mode 100644 index 0000000..13e8ac8 --- /dev/null +++ b/test.ipynb @@ -0,0 +1,43 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "7f1afd75", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "4\n" + ] + } + ], + "source": [ + "print(2+2)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.13.3" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/test2.py b/test2.py new file mode 100644 index 0000000..5aa7db9 --- /dev/null +++ b/test2.py @@ -0,0 +1 @@ +print(2+2) \ No newline at end of file