We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6db9b commit 5a40d82Copy full SHA for 5a40d82
functions_ex.py
@@ -0,0 +1,5 @@
1
+
2
+def print_this():
3
+ print("Hello World")
4
+print("Outside of function")
5
+print_this()
0 commit comments