下列程序的输出结果是。
try:
print(2/'0')
except ZeroDivisionError:
print('AAA')
except Exception:
print('BBB')
下列程序的输出结果是。
try:
print(2/'0')
except ZeroDivisionError:
print('AAA')
except Exception:
print('BBB')
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会