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