mọi người giải giúp e bài này với ạ!!!
đọc ghi file từ python đọc file nè
đọc file
f = open("demofile.txt", "r") print(f.read())
gi file
f = open("demofile3.txt", "w") f.write("Woops! I have deleted the content!") f.close()
nhập thông tin bằng lệnh xem thêm
x = input()