ezad04 ezad04 27-03-2020 Computers and Technology contestada I have a question for an assignment due very soon. Can someone explain to me what these specific lines each mean? GUI = threading.Thread(target=createGUI())GUI.start()Process = threading.Thread(target=createGUI())Process.start()GUI.join()Process.join()Thank you so so much!