Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Cannot determine factorial for n < 0
  2. Correct value for factorial(0) to 1
  3. Correct value for factorial(1) to 1
  4. 'float' object cannot be interpreted as an integer
  5. maximum recursion depth exceeded in comparison
  6. Cannot determine fibonacci for n < 0
  7. PCorrect value for fibonacci(0) to 0
  8. PCorrect value for fibonacci(1) to 1
  9. 'float' object cannot be interpreted as an integer
  10. PCorrect value for fibonacci(5) to 5
  11. maximum recursion depth exceeded in comparison
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement