Everything in python is an object. A list is an object. Each thing in the list is an object. So by “nested list” you might be referring to a list of lists, ...
確定! 回上一頁