📜  注释连接器 deux 列出 python 代码示例

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

代码示例1
def concatene(l1,l2):
  return l1 + l2