单项选择题

A.os.system(command)
B.subprocess.run(command)
C.exec(command)
D.A和B都对