摘要: # def calc(n):# print(n)# if int(n / 2) == 0:# return n# res=calc(int(n / 2))# return res### res=calc(10)# print(res)# while True:# print(10)## import 阅读全文
posted @ 2020-03-18 00:37 窦云鹏 阅读(104) 评论(0) 推荐(0) 编辑