A.str.replace(char,’’)B.str.remove(char)C.str.delete(char)D.del str[char]
A.len(list)B.list.length()C.list.size()D.list.len()
A.class MyException(Exception):passB.create Exception(’MyException’)C.exception MyExceptionD.new Exception(’MyException’)