请问下列表达式中,结果为True的是( )
'2' == 2 or'10' == '10.0'
6.0 not in [2,3, 4,5,6] and'n' in 'noc'
0 == True or 1!= True
3.0 == 3 or not 0 < 0.5 and 3 >= 3