Computers/Language python
Nested Lists
emzei
2012. 3. 14. 17:12
example.
mixed_up=[ 'apple' , 3 , 'orange' , 27 , [ 1, 2, [ 'alpha' , 'beta' ] ] ]