第12056题 单选
已知a=1、b=2,以下哪个Python逻辑表达式输出True?
A

a==1 and b==1

B

a==b==1

C

a==1 or b==1

D

a>=b