Button(root, text="Open File", command=open_file, width=20).pack(pady=10) Button(root, text="Save File", command=save_file, width=20).pack(pady=10) Button(root, text ...