diff --git a/.ipynb_checkpoints/ejercicio2-checkpoint.ipynb b/.ipynb_checkpoints/ejercicio2-checkpoint.ipynb deleted file mode 100644 index 51dd0f3aed447438c8e64e569dac4f5573696bd2..0000000000000000000000000000000000000000 --- a/.ipynb_checkpoints/ejercicio2-checkpoint.ipynb +++ /dev/null @@ -1,53 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'\\nCreated on Wed Feb 3 09:47:54 2021\\n\\n@author: jennifer\\n\\nEste programa crea una lista de palabras separadas por guiones\\n'" - ] - }, - "execution_count": 1, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "#!/usr/bin/env python3\n", - "# -*- coding: utf-8 -*-\n", - "\"\"\"\n", - "Created on Wed Feb 3 09:47:54 2021\n", - "\n", - "@author: jennifer\n", - "\n", - "Este programa crea una lista de palabras separadas por guiones\n", - "\"\"\"\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.7.3" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/ejercicio2.ipynb b/ejercicio2.ipynb deleted file mode 100644 index 51dd0f3aed447438c8e64e569dac4f5573696bd2..0000000000000000000000000000000000000000 --- a/ejercicio2.ipynb +++ /dev/null @@ -1,53 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'\\nCreated on Wed Feb 3 09:47:54 2021\\n\\n@author: jennifer\\n\\nEste programa crea una lista de palabras separadas por guiones\\n'" - ] - }, - "execution_count": 1, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "#!/usr/bin/env python3\n", - "# -*- coding: utf-8 -*-\n", - "\"\"\"\n", - "Created on Wed Feb 3 09:47:54 2021\n", - "\n", - "@author: jennifer\n", - "\n", - "Este programa crea una lista de palabras separadas por guiones\n", - "\"\"\"\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.7.3" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}