Opening a file does NOT implicitly read nor load its contents. Even when you do so using Python's context management protocol (the with keyword).
確定! 回上一頁