<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Hey guys,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am&nbsp;sorry if this is not the right list to post some questions. I have a simple question please and would appreciate some answers as I am new to Python.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have 2 D array: test = [[A,1],[B,2],[A,3][B,4]]</DIV>
<DIV>I want to arrang this array in different arrays so each one will have what is attached to. For example I want the output:</DIV>
<DIV>&nbsp;</DIV>
<DIV>A =[1,3] and B=[2,4]</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Bill</DIV></div><br>







      </body></html>