Programming

Python Programming Language

Functions

A very sample function to start with.

1
2
def hello():
    return "Hello, World!"