0
Write a program to print Fibonacci series upto n terms without using any loop.
Python program
1 ответ
+ 1
https://code.sololearn.com/ceIU05lbocdH/?ref=app Here is my Fibonacci with recursion, btw, there is loop for printing elements so you should change the return statement in the function to print() statement and just execute function itself