python学习吧 关注:15,544贴子:75,739
  • 0回复贴,共1

新人刚接触python 有没有大佬 教教

只看楼主收藏回复

python3 的try except else finally 不能跳转到 except
x= 100 y = 0
try:
print(x/y)
except zerodivisionerror as e:
print( ' not allowed to divide by zero')
这个try错了 为啥不跳到 except 然后显示炸了


IP属地:美国1楼2022-04-13 18:53回复