Skip to content

Commit bef1016

Browse files
committed
Same example as #60
1 parent 5d8afc1 commit bef1016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
f = polyscript.xworker.window.aFunc
55

6-
print("here")
7-
f([1,2])
6+
print(f([1,2]))
7+

0 commit comments

Comments
 (0)