下列选项的输出结果为 True 的是?
2>0 and 3<0 or 3<0
2>0 or 3<0 and 3<0
not ('1' == 1) and 1 != 1.0 or '2' == '2.0'
('test' == 'Test') or 1 != 1.0 and 2 == 2.0