longest = 0 for value in values: longest = max(longest, len(value))
我大多只是想知道实现这一目标的最佳方式是什么.
python python-3.x
python ×1
python-3.x ×1