From 1205af61ed252f0d3e08382656e24e963dcd99da Mon Sep 17 00:00:00 2001 From: liyuzhi017 <32284147+liyuzhi017@users.noreply.github.com> Date: Fri, 6 Oct 2017 21:19:56 +0800 Subject: [PATCH] Add files via upload --- chapter1/homework/201711580117.ipynb | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 chapter1/homework/201711580117.ipynb diff --git a/chapter1/homework/201711580117.ipynb b/chapter1/homework/201711580117.ipynb new file mode 100644 index 000000000..1dfb22358 --- /dev/null +++ b/chapter1/homework/201711580117.ipynb @@ -0,0 +1,46 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "hello world\n", + "100\n", + "123.7\n" + ] + } + ], + "source": [ + "print(\"hello world\")\n", + "print(100)\n", + "print(123.7)" + ] + } + ], + "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.6.2" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}