num.extend(num2) # Unlike append it does not add the list inside the list It add the element of another list to the other list num.extend(num2) # Add the element of Tuple num.extend(num3) # Add the ...