1. What is the main purpose of thread intercommunication in Python? A. To increase the speed of execution B. To allow threads to communicate C. To manage memory D. To handle exceptions Show Answer 2. Which module in Python is commonly used for thread communication? A. threading ...