from tkinter import *
from tkinter import messagebox
can someone please explain why the second line is needed as we've already imported everything from tkinter package? Sorry if this question seems banal,but im trying my best to understand it.
i thought everything would be imported from the first statement and the second statement was not necessary.