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
Is python faster than c#?
Explain how to redirect the output of a python script from standout(ie., A monitor) on to a file?
What is python used for?
What’s the difference between a list and a dictionary?
How can you profile a python script?
How to install python and prepare environment?
How do you sort a list in descending in python?
Which is better c or python?
Python has something called the dictionary. Explain using an example
Why main method is static?
How do I watch a file for changes using python?
How can we make a executable file with python script?
Is python good for oop?
Are strings mutable in python?
What is module in python?