单项选择题

在Python中,如何实现多线程?()

A.import threading
B.from concurrent.futures import ThreadPoolExecutor
C.from multiprocessing import Process
D.A和B都对