← 返回教程列表🐍 Python3 基础教程函数定义函数▶ 运行代码def greet(name): return "Hello, " + name print(greet("Python"))← 上一章:循环语句下一章:面向对象 →