A very sample function to start with.
1 2 def hello(): return "Hello, World!"
1 2
def hello(): return "Hello, World!"