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
How memory is managed in python?
How do you check if a list is empty in python?
What is complex type in python?
Is the jupyter notebook good for python?
How do I run python?
What is the use of pycharm?
How do you escape a string in python?
Is there a benefit to using one over the other?
What is flask?
Which operator will be helpful for decision making statements?
What is a static method python?
In python, can you name the data science and machine learning libraries?
How can I make a time delay in python?
How do you merge one dictionary with the other?
Give the output of this example: a[3] if a=[1,4,6,7,9,66,4,94].