Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Write a Python program to get the Python version you are using.

import sys
print("Python version")
print (sys.version)
print("Version info.")
print (sys.version_info)				 
	
 
PREVIOUS NEXT
Tagged: #Write #Python #program #Python #version
ADD COMMENT
Topic
Name
3+9 =