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
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments