Vidyalelo
Python · Q155

Module in Python

Programming · Python · question 155

Q155

How can you uninstall a Python module using pip?

A.
By using the command pip uninstall module_name
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board