单项选择题

a=10ifa==10:print(a-10)else:print[a]程序的输出结果是()。

A.0
B.10
C.-10
D.程序异常