📑 Task
1) What is the last number the program will print?2) What object appears when this function is applied
3) Can you write a program for an infinite generator of fibonacci numbers
without recursion but limit the number of iterations?
📑 Answer
1) 342) It is a recursive infinite generator
3)
No comments:
Post a Comment