Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4569 Lượt xem

Hello my friend;

Please, i want to ask you about text files management.

In fact, i am creating a text file and add some lines when i click on a button.

But, i want to empty the file before than add lines because the function thats adding lines is functional each time that i press the button.

Please, who can help me know how to empty my text file in Python.

Thanks a lot in advance.

Regards.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Finally, i got the answer.

Here is it:

filename="/opt/file.txt"

lines = open(filename).readlines()  

open(filename, 'w').writelines(lines[-1:-1])

Regards.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
4
thg 10 16
30922
1
thg 9 15
3652
1
thg 6 15
616
0
thg 4 15
475
2
thg 4 15
637