A.@propertyB.readonlyC.constD.immutable
A.str.strip()B.str.trim()C.strip(str)D.trim(str)
A.dict.items()B.dict.keys()and dict.values()C.dict.getAll()D.A和B都對