A copy of a_dictionary is appended to a_list instead of appending a_dictionary directly because that would produce a reference to a_dictionary instead of a copy ...
確定! 回上一頁