Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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")
 
PREVIOUS NEXT
Tagged: #version #python #cmd
ADD COMMENT
Topic
Name
1+7 =