aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.py b/test.py
deleted file mode 100644
index deea92d..0000000
--- a/test.py
+++ /dev/null
@@ -1,3 +0,0 @@
1n = int(input("-> "))
2
3print(n % 2 == 0)