Multiple choice what is the command for adding a library to python? insert import use open Reveal answer Fill a bubble to check yourself B Correct answer Explanation The import statement is the standard way to bring external libraries into a Python script.