How do you programmatically know the version of python you are using?
Answer Posted / tyro
Just Open the terminal(if using windows then CMD) and type following command :
python -V
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are methods in python?
What is the purpose of setup py?
Define python?
Why python is popular now?
Why lambda forms in python does not have statements?
How you can convert a number to a string?
Explain different way to trigger/ raise exception in your python script?
What are the built-in types available in python?
What is meshgrid in python?
Why do we need Python Directories
What is python and explain some of its benefits?
What does != Mean in python 3?
Can a set be sorted python?
What is the __ init __ method used for?
Define the usage of split?