摘要: 目录内容 参数 作用域 函数嵌套 ## 内容详细: time.sleep()的用法: import time #使用time模块 result = [1,1] while True: num = result[-1] + result[-2] result.append(num) if result 阅读全文
posted @ 2019-10-09 18:21 薛定谔的猫儿 阅读(235) 评论(0) 推荐(0) 编辑