summaryrefslogtreecommitdiff
path: root/progs/test2.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/test2.py')
-rw-r--r--progs/test2.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/progs/test2.py b/progs/test2.py
deleted file mode 100644
index 9c1318d..0000000
--- a/progs/test2.py
+++ /dev/null
@@ -1,6 +0,0 @@
-x = 2 ; y = 3
-
-def f(x, y):
- return x+y
-
-print(f(5,3,1)+ x + y)