79270142

Date: 2024-12-11 00:19:11
Score: 0.5
Natty:
Report link
  1. Check your directories. I've read that you have checked the directories but no harm in doing another pass.

    import os
    print(os.getcwd())
    
  2. Check for syntax errors on the animal_shelter.py, unrelated but _init_() is not a constructor but __init__() is.

  3. Restart the notebook kernel, or just close and reopen it altogether.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (0.5):
Posted by: lemon8de