#!/usr/bin/env python3 """ A 'Hello world!' program written in Python. """ print('Hello, World!')