"""Module providingFunction printing python version.""" import sys def print_python_version(): print(sys.version)