特牛生活网

我的python学习笔记.函数_pyhton toppings-CSDN博客

网友收藏
文章浏览阅读267次。1.定义函数#helloword.pydef greet_user(): print("Hello!")greet_user()输出为:D:\www>python helloword.pyHello!2、向函数传递信息1)位置实参#helloword.pydef greet_user(username): print("Hel_pyhton toppings
标签:pyhton toppings