Consider three functions:
def my_func1(): print \"Hello World\" return None def my_func2(): print \"Hello World
In terms of functionality these are all the same, the difference between them is in code readability and style (which is important to consider)