执行以下Python代码后,会抛出异常ZeroDivisionError。
data = {'a': 1} index = int(input()) print(data['b'] / index)
正确
错误