full = [] global_history = [1,2,3] full += global_history global_history = [] print(full)