Q155
How can you uninstall a Python module using pip?
A.
By using the command pip uninstall module_name
AnswerB.
By using the command pip delete module_name
C.
By using the command pip remove module_name
D.
By using the command pip uninstall --module module_name
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board