摘要: # 函数 def functions(x): """ functions test """ x += 1 y = x ** 2 return x, y functions = functions(x=5) # print(functions) """ def: 定义函数的关键字 function: 阅读全文
posted @ 2021-04-06 09:37 关于段主任的一切 阅读(170) 评论(0) 推荐(0) 编辑