How to get the Python version number in Python

Source: Internet
Author: User
There is no progress in thinking about how to use Python for automated testing recently. Feel that the domestic automation test Ruby with a lot more, now want to do is how to use Python to test the Web program, including Web page inspection. Unit testing is a very important concept in a large enterprise architecture, which is common in back-end code, but it is not uncommon to do unit testing in front-end JS, and I wonder if Python can be useful in this place, and now we can use Python to do interface testing. Today, a classmate asked me how to get Python version number in Python, he will be based on different versions of the processing, the following is the relevant code

#!/usr/bin/pythonimport platformprint platform.python_version ()
#!/usr/bin/pythonimport sysprint sys.version Print Sys.version_info
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.