Skip to content

Commit 4ca593d

Browse files
committed
function_intro.py
1 parent 4b523b7 commit 4ca593d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

function_intro.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def greet():
2+
print("Hi")
3+
print("Jenny")
4+
greet()
5+
greet()
6+
greet()
7+

0 commit comments

Comments
 (0)