hello-version.py 151 B

123456
  1. #!/usr/bin/env python3
  2. # Copyright 2009-2017 BHG http://bw.org/
  3. import platform
  4. print('This is python version {}'.format(platform.python_version()))