How do we mark out the code that belongs to a function?

We place it on the next line after : and indent itUsing ( and )We don't need to mark code belonging to functions

We place it on the next line after : and indent it.