首页->Python编程
(A)print(abs(-3)+1==4)
(B)print(7 > 3 >4)
(C)print(len((2,4,7,9))==4)
(D)print(1+1 == 3)