We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce5b7c commit 1bf379eCopy full SHA for 1bf379e
test/clojure_python/example.py
@@ -0,0 +1,4 @@
1
+# python module to import for tests
2
+
3
+def hello(s):
4
+ "hello, " + s + " how are you."
0 commit comments