我有一个时间字符串列表(音乐曲目长度),就像这样:
music_lengths = ['4:30', '4:59', '7:30', ...]
如何找到该列表的最大值(最长轨道)?
python list max python-3.x
list ×1
max ×1
python ×1
python-3.x ×1