--snip--
I can confirm copying the answer to ecc.py (rather than trying add function to imported object) works (passed the test).
Yeah, I've been aware of ecc.py and answers.py . The functions were implemented into ecc.py from the beginning
To be safe I copied and pasted functions from answers.py into ecc.py . The problem still persists
Picture 1:
https://i.stack.imgur.com/Cihsv.jpgPicture 2:
https://i.stack.imgur.com/tlIig.jpgExercise 1 only ask you to edit
def __ne__ on
ecc.py, so you don't need to modify cell Exercise 1 on
Chapter1.ipynb. Just run the cell and see whether you passed the test or not.
