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 88a1343 commit 364e618Copy full SHA for 364e618
tests/hello.py
@@ -3,3 +3,6 @@ def say_hello():
3
4
def new_hello():
5
return "New Hello"
6
+
7
+def third_hello():
8
+ return "Ok third"
0 commit comments