python looks at the version method of a module

  • 2020-12-16 06:02:07
  • OfStack

For example, the networkx module

Start the python command line by typing the following two lines


import networkx
networkx.__version__

Related articles: