From 8fb719f58f91d1f1f187a1db974682fb3736ee05 Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Sat, 13 Jan 2024 09:28:10 +0530 Subject: Changes to project structure of Python assignments As was directed to remove assignments. --- python/code/1/1.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 python/code/1/1.txt (limited to 'python/code/1/1.txt') diff --git a/python/code/1/1.txt b/python/code/1/1.txt deleted file mode 100644 index 827a09a..0000000 --- a/python/code/1/1.txt +++ /dev/null @@ -1,17 +0,0 @@ ->>> 2 + 3 -5 ->>> 1 + 2 * 3 - 4 -3 ->>> 12 * 5 / 3 * 2 -40.0 ->>> 5 / 8 -0.625 ->>> 23 // 7 -3 ->>> 17 % 5 - 1 -1 ->>> 3 * (4 + 5) + 5 -32 ->>> (2 + (7 + 2) / 3 - 4) / (-2 / 7 + (19 - 3 * 4) / 8) -1.696969696969697 - -- cgit 1.4.1-2-gfad0