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

Can you write an efficient code to count the number of capital letters in a file?

0 Answers  


What does a continue statement do in python?

0 Answers  


Have you heard of the yield keyword in python?

0 Answers  


What are the types of functions in python?

0 Answers  


Is python a low level language?

0 Answers  






Do sheeps sleep?

0 Answers  


What is the module and package in python?

0 Answers  


How to write multiple statements in a single line in python?

0 Answers  


Explain the use of ternary operator in python?

0 Answers  


What is a repl in python?

0 Answers  


What is python unit test?

0 Answers  


Is python too slow?

0 Answers  


Categories