Examveda

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


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python