파이썬 append()

1 개요[ | ]

Python append()
파이썬 append()
colors = ['red', 'blue', 'green']
colors.append('pink')
print( colors ) # ['red', 'blue', 'green', 'pink']

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}