第18683题 判断
在Python中当a=2、b=3时print(a and b)的输出结果是否为False?
A

正确

B

错误