摘要: # 递归 与 算法#递归# n = 1 金老板 38+2 =40# n = 2 alex n+2= 金老板 36+2 = 38# n = 3 wusir n+2 = alex wusir 36# def age(n): #n = 2# if n == 3:# return 36# else:# re 阅读全文
posted @ 2018-02-26 21:39 xuerh 阅读(192) 评论(0) 推荐(0)