microverse-students-sum-all-odd-fibonacci-numbers-SSEKPIUS

return the sum of all odd Fibonacci numbers that are less than or equal to `num`. The first two numbers in the Fibonacci sequence are 1 and 1. Every additional number in the sequence is the sum of the two previous numbers

Stars
0