copy first n values of list to another list in python code example Example: python get first n elements of list l = [1, 2, 3, 4, 5] print(l[:3])