statements.py 170 B

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