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 619221f commit 88a1343Copy full SHA for 88a1343
hello.py
@@ -3,3 +3,6 @@ def say_hello():
3
4
def new_hello():
5
return "New Hello"
6
+
7
+def func_third():
8
+ return "Ok third"
0 commit comments