I need to create arrays for each string in another array which contains all items I need I try the following code (can't assign to operator)
Satname =
['G01',
'G02',
'G03',
'G04',
'G05',
'G06',
'G07',
'G09',
'G10',
'G11']
for i in range(len(satname)):
'array_'+satname[i]=[]