How do you programmatically know the version of python you are using?



How do you programmatically know the version of python you are using?..

Answer / 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

More Python Interview Questions

What is class used for in python?

0 Answers  


Does python have a switch-case statement?

0 Answers  


Define monkey patching?

0 Answers  


How we can copy an object in python?

0 Answers  


How do you append to a list in python?

0 Answers  






Is multithreading possible in python?

0 Answers  


Is numpy faster than python?

0 Answers  


Explain whats flask?

0 Answers  


Why do we need the __init__() function in classes? What else helps?

0 Answers  


What is meant by r strip() in python?

0 Answers  


Is string iterable python?

0 Answers  


What is composition in python?

0 Answers  


Categories