searching structures

Alan Kennedy alanmk at hotmail.com
Tue Oct 21 11:56:40 EDT 2003


[Alberto Vera]
> I have next structures:
> 
> A[1,2,3]
> AB[4,5,6]
> ABC[7,8,9]
> ABCD[1,2,3]
> ABCDE[4,5,6]
> ABCDEF[7,8,9]
> I'd like to know how many 'arrays' start with ABCD like ABCD*
> (ABCD,ABCDE,ABCDEF)
> 
> Is it possible to do it using Python?

That depends on how they are stored. Are they stored in some form of
data structure? Or in a file?

More details required.

-- 
alan kennedy
-----------------------------------------------------
check http headers here: http://xhaus.com/headers
email alan:              http://xhaus.com/mailto/alan




More information about the Python-list mailing list