diff --git a/about-me.ipynb b/about-me.ipynb new file mode 100644 index 00000000..dddf4b2a --- /dev/null +++ b/about-me.ipynb @@ -0,0 +1,49 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 4, + "id": "c7b2b9d0", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hi! I am Jesús Brito\n", + "I just wanna switch carrers and make more money :)\n", + "I actually like Python and working on Power BI!\n" + ] + } + ], + "source": [ + "name = \"Hi! I am Jesús Brito\"\n", + "reason = \"I just wanna switch carrers and make more money :)\"\n", + "fun_fact = \"I actually like Python and working on Power BI!\"\n", + "\n", + "print(name, reason, fun_fact, sep=\"\\n\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "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/index.html b/index.html index 5102d3ea..fa9b90e7 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@