From 0f6ba6b9ae7781715fc90db8d261bbdaf6a6411b Mon Sep 17 00:00:00 2001
From: geno <gabriele.genovese2@studio.unibo.it>
Date: Tue, 16 Jul 2024 10:40:10 +0200
Subject: local.py test added

---
 test/local.py | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 test/local.py

(limited to 'test/local.py')

diff --git a/test/local.py b/test/local.py
new file mode 100644
index 0000000..7d55715
--- /dev/null
+++ b/test/local.py
@@ -0,0 +1,8 @@
+
+n = 2
+
+def calc(x):
+    m = 4
+    return x * n + m
+
+calc(3)
-- 
cgit v1.2.3-18-g5258