import tkinter as tk submit_btn=tk.Button(root,text=\'click me\') submit_btn.grid(row=4,column=0,columnspan=2,pady=10,padx=10,ipadx=100)
I am a begi