-
Hello there, I've noticed something that bothers me. I have here a simple recursion with memoization calculating fibonacci sequence. Pylance shows a message that one specific line is unreachable but the code works just fine. I don't see any errors in this code, so may it be a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Nov 30, 2021
Replies: 1 comment
-
Update. It's a bug and it will be fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update. It's a bug and it will be fixed.