+ 1
How will you write for Fabonacci generator in python3?
when you enter 3, it will show 1 1 2. When you enter 8, it will show 1 1 2 3 5 8 13 21. Please help my homework for python3!
5 odpowiedzi
+ 6
Nope.....
But you could use the search bar in code playground...
I found few already.. https://code.sololearn.com/cG2qvmS7GR6L/?ref=app
https://code.sololearn.com/c88l3vbz5fGJ/?ref=app
+ 5
https://code.sololearn.com/cs9q10hW3pCz/?ref=app
Hope this helps......
+ 3
Here is my version for N-Bonaccis
https://code.sololearn.com/cLaZ5ETiK6Kj/?ref=app
+ 2
Thank you. It helps a lot. Also, thanks for telling me how to nagivate in code playground.
+ 1
oh, thank you very much, but i forgot to tag python. Do you have python version?