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) >>>&