11749 . 判断题 Puls

执行以下Python代码后,会抛出异常ZeroDivisionError。

data = {'a': 1}
index = int(input())
print(data['b'] / index)
azure
中等
0
收藏
题解讨论
反馈