Answers for "check python version windows cmd"

14

how to check python version in cmd

python --version
Posted by: Guest on April-28-2020
0

how to know the version of python using cmd

#checking using cmd
python --version
#using python script to get version 
import os
os.system("python --version")
Posted by: Guest on December-21-2021
0

python version check in cmd

PS C:UsersMyUsername> py -V

Python 3.9.0
Posted by: Guest on January-05-2022

Code answers related to "check python version windows cmd"

Python Answers by Framework

Browse Popular Code Answers by Language