单项选择题

以下程序的输出结果是()。
a=3
b=4
a=b
print a

A.3
B.4
C.true
D.False