📜  如何在 python 代码示例中创建自定义函数

📅  最后修改于: 2022-03-11 14:45:10.282000             🧑  作者: Mango

代码示例1
def functionName(x):
  print(x)