#!/usr/bin/env python3; def printHello() : print("Hello, world!") # Begin Main printHello()