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