Looking to find max
from the combine list as follows:
['filename1', 1696, 'filename2', 5809,....]
I have tried following:
max(['filename1', 1696, 'filename2', 5809,....])
that return me TypeError: '>' not supported between instances of 'int' and 'str'
. Any suggestion would help. What I want is to find the max
integer value from the list above mentioned.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…