From f98c264f7018eb7c54d89b8d17359d9df9a7c94a Mon Sep 17 00:00:00 2001 From: AdaZhuwx <32283771+AdaZhuwx@users.noreply.github.com> Date: Tue, 3 Oct 2017 12:00:52 +0800 Subject: [PATCH] Add files via upload --- chapter1/homework/201711681025.ipynb | 90 ++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 chapter1/homework/201711681025.ipynb diff --git a/chapter1/homework/201711681025.ipynb b/chapter1/homework/201711681025.ipynb new file mode 100644 index 000000000..8ec36e809 --- /dev/null +++ b/chapter1/homework/201711681025.ipynb @@ -0,0 +1,90 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "hello world\n" + ] + } + ], + "source": [ + "print(\"hello world\")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "100\n" + ] + } + ], + "source": [ + "print(100)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "~~This is a wrong sentence~~" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "123.7\n" + ] + } + ], + "source": [ + "print(123.7)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "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.0" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}