Home / / How to Define a Function Without Content in Python In this example we will show how to define a function without content in Python. Source Code def my_function(): pass