From 115d4c241fb10a1ca4fabda019c467bffed93f8f Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Tue, 26 Feb 2019 10:37:14 +0100 Subject: [PATCH] Script execution --- script/test/TestCPython.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 script/test/TestCPython.py diff --git a/script/test/TestCPython.py b/script/test/TestCPython.py new file mode 100644 index 0000000..1c64bc1 --- /dev/null +++ b/script/test/TestCPython.py @@ -0,0 +1,9 @@ +run("cpython/wrapper") + + + +x=[1,2,7,20,100,16,4,3,2] + +y=range(len(x)) + +print gfitoff(x, y): \ No newline at end of file