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 4b523b7 commit 4ca593dCopy full SHA for 4ca593d
function_intro.py
@@ -0,0 +1,7 @@
1
+def greet():
2
+ print("Hi")
3
+ print("Jenny")
4
+greet()
5
6
7
+
0 commit comments