From 0147eb90c3f3c21a6ee4a453e04fda7a77abf2fd Mon Sep 17 00:00:00 2001 From: camac Date: Thu, 15 Oct 2020 16:28:59 +0800 Subject: [PATCH 1/2] Created using Colaboratory --- 100days.ipynb | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 100days.ipynb diff --git a/100days.ipynb b/100days.ipynb new file mode 100644 index 0000000000..8308746387 --- /dev/null +++ b/100days.ipynb @@ -0,0 +1,40 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "name": "100days.ipynb", + "provenance": [], + "collapsed_sections": [], + "authorship_tag": "ABX9TyMUjzU/TQQLBJSyJLY1omUa", + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "code", + "metadata": { + "id": "yUHumOfcXaRv" + }, + "source": [ + "" + ], + "execution_count": null, + "outputs": [] + } + ] +} \ No newline at end of file From d816767045c5ef5dfafec1c338829f419191d517 Mon Sep 17 00:00:00 2001 From: camac Date: Thu, 15 Oct 2020 16:31:01 +0800 Subject: [PATCH 2/2] Hello,World!- Colaboratory --- 100days.ipynb | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/100days.ipynb b/100days.ipynb index 8308746387..f3b2915b1d 100644 --- a/100days.ipynb +++ b/100days.ipynb @@ -6,7 +6,7 @@ "name": "100days.ipynb", "provenance": [], "collapsed_sections": [], - "authorship_tag": "ABX9TyMUjzU/TQQLBJSyJLY1omUa", + "authorship_tag": "ABX9TyNhMZ1jcO9xi1UB4u5CRTsT", "include_colab_link": true }, "kernelspec": { @@ -28,13 +28,26 @@ { "cell_type": "code", "metadata": { - "id": "yUHumOfcXaRv" + "id": "yUHumOfcXaRv", + "outputId": "05feb58e-7e64-4c4f-b154-c2c8d2841f47", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 34 + } }, "source": [ - "" + "print('Hello,World!')" ], - "execution_count": null, - "outputs": [] + "execution_count": 1, + "outputs": [ + { + "output_type": "stream", + "text": [ + "Hello,World!\n" + ], + "name": "stdout" + } + ] } ] } \ No newline at end of file