I would like to put the max number(s) to a new array, I\'ve tried every thing that I can think of and none seem to work....(adding to an empty result array, concat, etc)
Wow, folks are harsh today. I think that I understood your question;
new_list = [max(i) for i in list] for k in new_list: print (k)