diff options
Diffstat (limited to 'python/code/1/1.txt')
-rw-r--r-- | python/code/1/1.txt | 17 |
1 files changed, 0 insertions, 17 deletions
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 - |