2018年11月14日

摘要: 2.def func(*args): sum = 0 for i in args: sum=sum+int(i) return sum a=func(2,3,9,6,8) print(a) 3. a=10 b=20 def test5(a,b): print(a,b) c=test5(b,a) 4. a=10 b=20 def test5(a,b... 阅读全文

posted @ 2018-11-14 17:43 飞行的蟒蛇 阅读(191) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2018-11-14 15:18 飞行的蟒蛇 阅读(83) 评论(0) 推荐(0) 编辑