📜  每个有限递归函数都必须返回一个值.对或错? - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:48.393000             🧑  作者: Mango

代码示例1
"""
Every finite recursive function must return a value. True or False?
"""
#and the ans is yes
#other wise it wont END