What is the expected output of the following code? collection II collection.append(1) collection.insert(0, 2) duplicate collection[:]...

Posted Date: