213k views
4 votes
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!

User Zaxliu
by
6.9k points

1 Answer

6 votes

research about it, study ur supposed to be learning, you are taking a very well paying carrier but if u don’t know how to do it then it won’t be very well paying

User DSent
by
7.3k points