Path: csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!news-hub.siol.net!news1.t-com.hr!.POSTED!not-for-mail From: "HKRSS" Newsgroups: comp.lang.python Subject: Re: How To Create A Endles List Of Lists In Python...??? Date: Fri, 20 Nov 2015 12:00:27 +0100 Organization: T-Com Lines: 22 Message-ID: References: NNTP-Posting-Host: 195.29.121.50 X-Trace: ls237.t-com.hr 1448017241 21409 195.29.121.50 (20 Nov 2015 11:00:41 GMT) X-Complaints-To: abuse@t-com.hr NNTP-Posting-Date: Fri, 20 Nov 2015 11:00:41 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-EsetScannerBuild: 26813 Xref: csiph.com comp.lang.python:99137 "Peter Otten" <__peter__@web.de> wrote in message news:mailman.510.1448009596.16136.python-list@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..;)