From d2e2bbe100c21e0983a8680e510907cd1662a516 Mon Sep 17 00:00:00 2001 From: shaikhzain007 Date: Wed, 18 Jul 2018 13:27:58 -0400 Subject: [PATCH] all done; jupyter not done --- main.py | 1 + question.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..00950d9 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print('hello world') \ No newline at end of file diff --git a/question.txt b/question.txt index d82cf4e..8959875 100644 --- a/question.txt +++ b/question.txt @@ -1,6 +1,6 @@ 1. what is 3 * 3 -______ +9 2. what is square root of 9 -______ +3 \ No newline at end of file