# This program prints Hello, world! print('Hello, world')
Hello, world
In this program, we have used the built-in print() function to print the string Hello, world! on our screen.