返回顶部
扶摇直上九万里,展翅高飞岂可待。
摘要: # -*- coding: utf-8 -*-# 回参函数def test01(): return 0# 以元组返回参数def test02(): return 1, [1, 2, 3, 4, 5], {"name": "liyuzhoupan"}# 有参函数def test03(x, y): pr 阅读全文
posted @ 2022-08-19 14:15 鲤鱼洲畔 阅读(19) 评论(0) 推荐(0) 编辑