I have the list ['4', '07', '08', '2017', '364', '355673087875675']
and I would like a formula to return the highest value, which in this case would be '355673087875675'
, I tried to use max()
, but it did not work, I can not think of a simple solution for this problem, I'm thinking of using a classification algorithm but it would be too big the code, there must be some way to do that.