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