python append elements from one list to anoter code example Example: python append elements from one list to anoter x = [1, 2, 3] x.extend([4, 5]) x