본문 바로가기

카테고리 없음

파이썬 명령어

append : expands the list's size and inserts an item at the end
pop : removes an item at a given offset
sort : orders the list in ascending fashion by default
reverse : orders the list in descending