📜  如何在 python 代码示例中定义一个函数

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

代码示例1
def a_function(input1):
  return input1 * 2