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
Can we concat bytes to str?
Do while loops python?
What do you understand by the term deep copy?
What is means by string python?
What is __init__?
What is the command to debug a python program?
Should I learn r or python first?
Which is better c or python?
What is python lint?
What is Dict and List comprehensions are?
What is os module?
Can you explain the life cycle of a thread?
How to convert a list into a tuple?
Where is the math.py (socket.py, regex.py, etc.) Source file?
Do lists start at 0 or 1?