Python~recursive function递归函数时间:2023-03-10 06:59:52 尾递归实现循环 def fact(n): if n==1: return 1 else : return n * fact(n-1) raw_input() 字符而非数字 unsupported operand type(s) for /: 'str' and 'int'