Skip to content

Here's an example of a simple Python program that prints 'Hello, World!' to the console. ```python print('Hello, World!') ```