def hello_function(): ... print 'Hello World, it's me. Function.' ... >>> hello_function() Hello World, it's me. Function.