以下代码的运行结果为( )。
a = 1
b = 1
c = 2
if a == b and a == c:
print("a+b")
else:
print("a-b")
A.2
B.0
C.a+b
D.a-b
出自:国家开放大学Python程序设计