A
Alberto Vera
Hello:
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?
Regards
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?
Regards