A.(2**=3)<(2*=3) B.3>2>2 C.1==1 and 2!=1 D.not(1==1 and 0!=1)
A.int32 B.40XL C.self D.__name__
A.sorted(aList) B.sorted(bTuple) C.aList.sort() D.bTuple.sort()