From 605a374b51a6e17a4bd177ad5dd01eb7f3d4800d Mon Sep 17 00:00:00 2001 From: Jurianny <juriany05@gmail.com> Date: Fri, 20 May 2022 15:13:37 -0500 Subject: [PATCH] Resumen xd Lo que sea para no olvidar --- Ejercicio1.ipynb | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Ejercicio1.ipynb diff --git a/Ejercicio1.ipynb b/Ejercicio1.ipynb new file mode 100644 index 0000000..a603c61 --- /dev/null +++ b/Ejercicio1.ipynb @@ -0,0 +1,50 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "ename": "SyntaxError", + "evalue": "invalid character '“' (U+201C) (3374776415.py, line 1)", + "output_type": "error", + "traceback": [ + "\u001b[0;36m File \u001b[0;32m\"/tmp/ipykernel_7794/3374776415.py\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m Print (“Helloâ€)\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid character '“' (U+201C)\n" + ] + } + ], + "source": [ + "Print (“Helloâ€)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "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.9.9" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} -- GitLab