How can you uninstall a Python module using pip?
A. By using the command pip uninstall module_name
B. 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

Join The Discussion