I'm very new to python and programming in general. This is the first year we have programming classes, so I'd say I started about a month ago. We got our first assignment last week and I've managed to make most of the tasks, apart from the following one:
Generate n numbers from the Fibonacci sequence, where n is entered by the user. Write these numbers to the screen.
Print the numbers on 1 single line.
Tip:
print (value, end = '')
Do not use list or array.
This is the last question and this one is significantly more difficult than the others. I tried some things but non came close to doing what is asked. I genuinely have no clue how I'd even have to start.