Python doc says that slicing a list returns a new list. Now if a "new" list is being returned I\'ve the following questions related to "Assignment to sl
By slicing on the left hand side of an assignment operation, you are specifying which items to assign to.