摘要: 1 ## 函数 2 3 ##1 定义函数 4 def hello_py(): 5 print('hello,python!') 6 7 hello_py() 8 ##1.1向函数传递消息 9 def get_message(username): 10 print('Hello,'+username. 阅读全文
posted @ 2020-05-11 08:57 囹圄 阅读(297) 评论(0) 推荐(0) 编辑