I try to add "G:" in the beginning and a backslash before every point of each element in a list. Therefore I created this example list1:
list1 = ['AEX.EN', 'AXAL.OQ', 'AAPIOE.NW']
And I need something like list2:
list2 = ['G:AEX\.EN', 'G:AXAL\.OQ', 'G:AAPIOE\.NW']
Thank you very much for the help!