当用户输入ace时,下面代码的输出结果是:
try:
a = 0
a = input("请输入一个整数: ")
def X(a):
return a**10
except:
print("出现错误")
输出:0
输出:出现错误
没有任何输出
输出:ace