Python 列表 append() 方法
定义和用法
The append()
方法将元素追加到列表的末尾。
语法
list.append(elmnt)
参数值
参数 | 描述 |
---|---|
elmnt | 必需。任何类型的元素(字符串、数字、对象等)。 |
The append()
方法将元素追加到列表的末尾。
list.append(elmnt)
参数 | 描述 |
---|---|
elmnt | 必需。任何类型的元素(字符串、数字、对象等)。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]