Computers/Language python

list: pop

emzei 2012. 3. 14. 19:14

<list>.pop() -> element


list내에 가장 최신의 element를 list에서 지우고 리턴해줌.



'Computers > Language python' 카테고리의 다른 글

시간 측정  (0) 2012.03.14
try / except  (0) 2012.03.14
index  (0) 2012.03.14
power operation  (0) 2012.03.14
List Operation  (0) 2012.03.14