Skip to content

Here is a simple Python script to print 'Hello, World!' ```python print('Hello, World!') ```