Closed
Description
While i was going through ur codes i found a minor mistake in the above mentioned file i.e,Complete-Python-Bootcamp/7-Exception Handling
/7.1-exception.ipynb
In the very third cell from bottom u typed file.closed()
but file.close
here there won't be any parenthesis as closed is not a method but a property which returns boolean value. And its not throwing error bcoz it is not getting executed as u have used or
operator.
Ik it is very small thing and u just missed on it but i would love to make changes as it is my first time i found an error in others code.
and also thanks for being such a good teacher.
Metadata
Metadata
Assignees
Labels
No labels