以下关于逻辑运算说法正确的是?( )
若 a=10,b=20,a and b 的结果为 10
a=10,b=20,a or b 的结果为 20
a=10,b=20,not(a and b)结果为 False
a=10,b=20,not(a or b)结果为 True