To check the version of Python installed, one can use the command python _______.
- --version
- -check
- -v
- -version
To check the Python version, you can use the command 'python --version' or 'python -V'. It displays the installed Python version information.
Loading...
Related Quiz
- You are writing a Python script on a new system and realize it doesn't have the required module. Which command would you use to install this module?
- Which Python module is commonly used for writing unit tests?
- Which method is used to insert an item at a specified index in a list?
- How can you call a function named my_function defined in a module named my_module?
- What is the primary purpose of Flask's route() decorator?