摘要: 七、函数 1.函数的定义 #调用 a=3 print square(a) #调用函数,并打印出来 b=square(a) #调用函数,保存至变量b print b #结果:9 阅读全文
posted @ 2021-03-08 09:01 江晓峰 阅读(27) 评论(0) 推荐(0) 编辑