Python-一个数组先递增后递减,求最大值

 题目 一个数组先递增后递减,要求找到最大值python def find_max(lst): if not lst or not isinstance(lst, list): print('lst is empty or type is not list') return None for index, item in enumerate(lst
相关文章
相关标签/搜索