summaryrefslogtreecommitdiff
path: root/test/1c.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/1c.py')
-rw-r--r--test/1c.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/1c.py b/test/1c.py
new file mode 100644
index 0000000..59e51e5
--- /dev/null
+++ b/test/1c.py
@@ -0,0 +1,5 @@
+
+def mult(a, b):
+ return a * b
+
+print(mult(3, 2, 4))