A.tuple =()B.tuple =tuple()C.tuple =[]D.tuple ={}
A.len(str.split())B.str.count(’’)+1C.str.words()D.countWords(str)
A.os.path.getsize(file)B.file.size()C.os.size(file)D.fileSize(file)