Q. Which of the following is used to install external packages in Python?
β
Correct Answer: (A)
pip
Explanation: `pip` is the standard package manager for Python used to install and manage libraries.