The plotly package was imported as below: import plotly, how do you display the version of this package?

Questions & AnswersCategory: PythonThe plotly package was imported as below: import plotly, how do you display the version of this package?
Geek Boy Staff asked 2 years ago

The plotly package was imported as below:

import plotly

how do you display the version of this package?
a. plotly.__version__
b. version(plotly)
c. plotly –v
d. plotly –version