🌈 搜索
📅  最后修改于: 2022-03-11 14:57:29.504000             🧑  作者: Mango
def add(a, b): return a+5, b+5 result = add(3, 2) print(result)