diff --git a/100days.ipynb b/100days.ipynb new file mode 100644 index 0000000000..f3b2915b1d --- /dev/null +++ b/100days.ipynb @@ -0,0 +1,53 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "name": "100days.ipynb", + "provenance": [], + "collapsed_sections": [], + "authorship_tag": "ABX9TyNhMZ1jcO9xi1UB4u5CRTsT", + "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", + "outputId": "05feb58e-7e64-4c4f-b154-c2c8d2841f47", + "colab": { + "base_uri": "https://localhost:8080/", + "height": 34 + } + }, + "source": [ + "print('Hello,World!')" + ], + "execution_count": 1, + "outputs": [ + { + "output_type": "stream", + "text": [ + "Hello,World!\n" + ], + "name": "stdout" + } + ] + } + ] +} \ No newline at end of file