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

2015-11-20 Thread HKRSS
Thanks In Advance, Robert...;) 



-- 
https://mail.python.org/mailman/listinfo/python-list


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

2015-11-20 Thread HKRSS
I Think That There Are Two Ways:
1)Harder Way Use Procedural C...
2)Easier Way Use LISP...

"HKRSS"  wrote in message 
news:[email protected]...
> Thanks In Advance, Robert...;)
>
> 



-- 
https://mail.python.org/mailman/listinfo/python-list


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

2015-11-20 Thread HKRSS

"Peter Otten" <[email protected]> wrote in message 
news:[email protected]...
> 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..;) 



-- 
https://mail.python.org/mailman/listinfo/python-list