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)
newArray = [max(i) for i in list]
search up List Comprehension, one of the most useful things about python.