Python offers an easy solution for this. We can use with statement in Python such that we don't have to close the file handler. The with ...
確定! 回上一頁