Fork me on Gitee
摘要: ```def fb_math(num,a=1,b=1): while True: if num == 1 or num ==2: print(1) break if num >3: c = a+b a = b b = c num-=1 fb_math(num,a,b) break else: pri 阅读全文
posted @ 2021-06-28 17:48 Edendd 阅读(94) 评论(0) 推荐(0)
动态线条
动态线条end