Here is a simple Python program that prints “Hello Python”:

You can also use the print() function to print a string in python You can run this program by running the python file from command line. Like: It will print “Hello Python” on the console. You can also use an IDE (Integrated Development Environment) like Pycharm to run the code and see the output.