summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/sneaky1_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/sneaky1_runme.py')
-rw-r--r--Examples/test-suite/python/sneaky1_runme.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/python/sneaky1_runme.py b/Examples/test-suite/python/sneaky1_runme.py
new file mode 100644
index 0000000..9c2c32f
--- /dev/null
+++ b/Examples/test-suite/python/sneaky1_runme.py
@@ -0,0 +1,5 @@
+import sneaky1
+x = sneaky1.add(3,4)
+y = sneaky1.subtract(3,4)
+z = sneaky1.mul(3,4)
+w = sneaky1.divide(3,4)