# ফাইল ও এক্সেপশন

* [এক্সেপশন](https://python.howtocode.dev/file-exception/exception)
* [এক্সেপশন হ্যান্ডেলিং](https://python.howtocode.dev/file-exception/exception-handling)
* [finally](https://python.howtocode.dev/file-exception/finally)
* [এক্সেপশন Raise](https://python.howtocode.dev/file-exception/raise-exception)
* [Assertions](https://python.howtocode.dev/file-exception/assertions)
* [ফাইল খোলা](https://python.howtocode.dev/file-exception/open-file)
* [ফাইল পড়া](https://python.howtocode.dev/file-exception/read-file)
* [ফাইলে লেখা](https://python.howtocode.dev/file-exception/write-file)
* [ফাইল নিয়ে সঠিক কাজ](https://python.howtocode.dev/file-exception/dealing-file)
