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