spread operator python 3 code example Example: python spread operator arr = [3, 4, 5] extended_arr = [1, 2, *arr]