How To Create A Endles List Of Lists In Python...???

HKRSS hkrss at gmail.com
Fri Nov 20 06:00:27 EST 2015


"Peter Otten" <__peter__ at web.de> wrote in message 
news:mailman.510.1448009596.16136.python-list at python.org...
> HKRSS wrote:
>
>> Thanks In Advance, Robert...;)
>
>>>> list_of_lists = []
>>>> list_of_lists.append(list_of_lists)
>>>> list_of_lists[0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0][0]
> [[...]]
>

Sorry For Bad Question, But I need List Of Lists That I Can
Acces Horyzontaly, Not In The Deep(But This IS Not All,
I End That Evey List In List Of Lists Can Be A List...

Thanks In Advance...
Robert..;) 






More information about the Python-list mailing list