Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Please read what I wrote, what does
fibo(0)
return? NotproductFib(0)
,fibo(0)
Check what
fibo(0)
returns. It's a problem with your code.You passed so I think your answered yourself...
Don't print your result, return it.
You should only replace
"WUB"
without any space in between. The test expecting"WU BW UB"
hasn't"WUBWUBWUABWUBWUBWUAB"
as input.