摘要: 6.1.1 创建和调用函数 在python中创建一个函数用def关键字: 1 def myfirstfunction(): 2 print('这是我创建的第一个函数!') 3 print('很鸡冻') 4 print('在此感谢ccv,av') 5 6 7 myfirstfunction() 8 这 阅读全文
posted @ 2020-04-22 21:54 偏爱Bo 阅读(337) 评论(0) 推荐(0)