Skip to content

Commit 88a1343

Browse files
authored
Update hello.py
1 parent 619221f commit 88a1343

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hello.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ def say_hello():
33

44
def new_hello():
55
return "New Hello"
6+
7+
def func_third():
8+
return "Ok third"

0 commit comments

Comments
 (0)