第25595题 单选题
下面Python代码执行后的输出是()
a, b, c = 3, 4, 5
print(a ** 2 + b * b == c ** 2)
A

True

B

true

C

9

D

10

程序运行统计
暂无判题统计