Computers/Language python

Nested Lists

emzei 2012. 3. 14. 17:12

example.



mixed_up=[ 'apple' , 3 , 'orange' , 27 , [ 1, 2, [ 'alpha' , 'beta' ] ]


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

List Operation  (0) 2012.03.14
Mutation / Aliasing  (0) 2012.03.14
string vs. list  (0) 2012.03.14
web crawler : url 링크가 더이상 존재하지 않을 때  (0) 2012.03.14
multiple assignment  (0) 2012.03.14