We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8afc1 commit bef1016Copy full SHA for bef1016
test/array.py
@@ -3,5 +3,5 @@
3
4
f = polyscript.xworker.window.aFunc
5
6
-print("here")
7
-f([1,2])
+print(f([1,2]))
+
0 commit comments