#!/usr/bin/env python def say_hello(): print('hello world') say_hello()