Skip to content

Commit 1dd9ee7

Browse files
committed
in test python example recall that python does not evaluation to the final value
1 parent 2ff6dcc commit 1dd9ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clojure_python/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# python module to import for tests
22

33
def hello(s):
4-
"hello, " + s + " how are you."
4+
return "hello, " + s + " how are you."

0 commit comments

Comments
 (0)