Python 数组的追加

# 数组的追加
a = ['a','b','c']
a.append('d')
print(a)

 

posted @ 2020-03-04 17:04  古兴越  阅读(4637)  评论(0编辑  收藏  举报