1 2 3 4 5 6
import sys def print_python_version(): """Function printing python version.""" print(sys.version)