From a1d59655e71e7f7840aaf61b8da30b4b9f5c8d7d Mon Sep 17 00:00:00 2001 From: parraperez <89214731+parraperez@users.noreply.github.com> Date: Sun, 18 Sep 2022 15:11:03 -0500 Subject: [PATCH] Criado usando o Colaboratory --- Python_prep.ipynb | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Python_prep.ipynb diff --git a/Python_prep.ipynb b/Python_prep.ipynb new file mode 100644 index 0000000000..9b8683a438 --- /dev/null +++ b/Python_prep.ipynb @@ -0,0 +1,58 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "collapsed_sections": [], + "authorship_tag": "ABX9TyPEDb5v6iolcT99LNd1thJv", + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "MfFSV8dvgdyn", + "outputId": "5e5f23e7-1cca-4676-82a2-fbe55595f13c" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Cloning into 'Python-Prep'...\n", + "remote: Enumerating objects: 1088, done.\u001b[K\n", + "remote: Total 1088 (delta 0), reused 0 (delta 0), pack-reused 1088\u001b[K\n", + "Receiving objects: 100% (1088/1088), 2.59 MiB | 24.10 MiB/s, done.\n", + "Resolving deltas: 100% (634/634), done.\n" + ] + } + ], + "source": [ + "!git clone https://github.com/soyHenry/Python-Prep.git" + ] + } + ] +} \ No newline at end of file