From 5f45ae91c6df8eaaaa50520107af1809e7240896 Mon Sep 17 00:00:00 2001 From: Chyld Medford Date: Wed, 18 Jul 2018 10:27:10 -0700 Subject: [PATCH] all done with my work --- .ipynb_checkpoints/my-jup-checkpoint.ipynb | 61 ++++++++++++++++++++++ main.py | 1 + my-jup.ipynb | 61 ++++++++++++++++++++++ question.txt | 5 +- 4 files changed, 126 insertions(+), 2 deletions(-) create mode 100644 .ipynb_checkpoints/my-jup-checkpoint.ipynb create mode 100644 main.py create mode 100644 my-jup.ipynb diff --git a/.ipynb_checkpoints/my-jup-checkpoint.ipynb b/.ipynb_checkpoints/my-jup-checkpoint.ipynb new file mode 100644 index 0000000..8c81775 --- /dev/null +++ b/.ipynb_checkpoints/my-jup-checkpoint.ipynb @@ -0,0 +1,61 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0., 0., 0.])" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "np.zeros(3)" + ] + }, + { + "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.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/main.py b/main.py new file mode 100644 index 0000000..75d9766 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print('hello world') diff --git a/my-jup.ipynb b/my-jup.ipynb new file mode 100644 index 0000000..8c81775 --- /dev/null +++ b/my-jup.ipynb @@ -0,0 +1,61 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([0., 0., 0.])" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "np.zeros(3)" + ] + }, + { + "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.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/question.txt b/question.txt index d82cf4e..aded64a 100644 --- a/question.txt +++ b/question.txt @@ -1,6 +1,7 @@ 1. what is 3 * 3 -______ +9 2. what is square root of 9 -______ +3 +