下列Python程序的运行结果是()
x = 0y = Trueprint(x>y and 'A' 
A、True
B、False
C、true
D、false