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