判断题
threading.Condition()作用是实例化线程中的条件变量
正确
判断题 condition主要用于处理复杂多进程程序
判断题 Condition类,是Python提供了来实现等待/通知的类
判断题 threading.Event()是实例化线程中的事件