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