Join() method doubt

What is the use of join() ?

Hello @vatsal50, the method join is used to join the result of all the processes.
Actually, when we run multiple processes together we might get the result of the process in any order and we are starting all the processes using proc.start() but after that, they will give us the result and to get that result we are using join() for all the processes.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.