After import builtins and list = [], classify the next operations. Which statements are true? Select all that apply.
Explanation
The local name now denotes a non-callable list object, so attempting list("ab") raises TypeError rather than falling back automatically. The built-in remains available through the builtins module, whose list constructor returns a character list for the string.