Reading binary files in Python is easy with the `open()` function. You can open a file for reading by setting the mode parameter to `'rb'`, ...
確定! 回上一頁