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
相關文章
相關標籤/搜索