Python 关键字
创建并执行函数:
def my_function(): print("Hello from a function") my_function()
运行实例
def 关键字用于创建(或定义)函数。
请在我们的 Python 函数 教程中学习更多有关函数的知识。