I´m new to python and don´t know what to search for in forums i just know the specific problem i have, so when i searching around i don´t find what im lokking for... so please how do i join two arrays into one list or tuple?
file = [] # a,b,c,d,e,f,..
date = [] # 1,2,3,4,5,6,...
array_list = [a,1],[b,2],[c,3],....
Is it even possible to do that?