file_name
access_mode
r
buffering
0
1
< 0
Khi tiến hành mở file trong Python chúng ta sẽ tùy chế độ truy cập bằng cách truyền tham số access_mode với các chế độ như sau:
rb
r+
rb+
w
wb
w+
wb+
a
ab
a+
ab+
file.closed
true
false
file.mode
file.name
write()
Cú pháp phương thức write() trong python:
tell()
seek()
rename()
remove()
os
mkdir()
chdir()
getcwd()
rmdir()
data.txt