Supply

Hello there of us. I do know I’ve not been lively just lately and it was as a result of I used to be not on the town. I used to be in Canada. So this submit shall be brief. On this submit i’ll present you ways you will discover the model variety of any python module. Generally you want to discover the model quantity in an effort to know whether or not you may have the specified model of the module or not. So right here is the trick.

  1. Initially launch python:
$ python
  1. Import the module which in our case is requests:
>>> import requests
  1. Lastly sort this:
>>> requests.__version__
'1.2.3'

So I hope you bought the trick. When you’ve got any questions then be happy to submit them under and keep tuned for the following submit.