Which command is used to check the installed version of Python in the command line interface?
A. python --version
B. python -v
C. version(python)
D. version()
The command python --version or python -V is used to check the installed Python version in the command line interface.