+ 2
Generator fed Fibonacci Sequence
Someone had an issue the other day, but I can't find their post/code. They were trying to get Fibonacci numbers with an infinite generator and encountering a string of 1s as output. I've created my own version, and in the process found their bug. I've made it public in case it helps anyone. https://code.sololearn.com/cUTVJ24izumg/?ref=app
4 Antworten
+ 5
Your code seems to work ^^ ( now? )
Anyway, I found the thread you refered in your question:
https://www.sololearn.com/Discuss/365421/?ref=app
;)
+ 3
Ah, hah! Thanks, looks like it was resolved before I finished this, but I half expected that anyway