Skip to content

Commit 5a40d82

Browse files
committed
Function example
1 parent 3d6db9b commit 5a40d82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

functions_ex.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
def print_this():
3+
print("Hello World")
4+
print("Outside of function")
5+
print_this()

0 commit comments

Comments
 (0)