python import sys
python print('using python %s' % sys.version)
