We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e3919 commit 7001ef1Copy full SHA for 7001ef1
5/3.py
@@ -0,0 +1,5 @@
1
+def recursive_function():
2
+ print('재귀 함수를 호출합니다.')
3
+ recursive_function()
4
+
5
+recursive_function()
0 commit comments