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