how to return the first 5 values of a generator python code example Example: python get first n elements of list l = [1, 2, 3, 4, 5] print(l[:3])