📜  python ValueError:零大小数组到没有标识的归约操作最大值 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:18.543000             🧑  作者: Mango

代码示例1
#In this situation, the easiest solution is often:
try:
    # Your code
except ValueError:  #raised if `x` is empty.
    pass