get first 50 items into list python code example Example: python get first n elements of list l = [1, 2, 3, 4, 5] print(l[:3])