How to remove the last \"add -->\" from the output when using end, i am not using sep here, bcoz sep will not have any effect here , as the print statement prints just 1 item at
The inevitable pythonic one-liner:
print(*map(fibonaci_num, range(N)), sep=' add -> ')