第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

程序运行统计
暂无判题统计