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