📜  int 列出 python 代码示例

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

代码示例6
numList=[1,2,3]
num=4
numList.append(num)