📅  最后修改于: 2022-03-11 14:45:18.543000             🧑  作者: Mango
#In this situation, the easiest solution is often:
try:
# Your code
except ValueError: #raised if `x` is empty.
pass