(单选题, )下列Python程序的运行结果是
X=0

(单选题, )下列Python程序的运行结果是
X=0
Y=True
Print(x>y and 'A'>'B')

A.True

B.False

D.1

正确答案是B