#! /usr/bin/python import sys print "python%d.%d" % (sys.version_info[:2])