This is an example of using a built-in function to make every character in a string uppercase:
THIS WHOLE STRING IS UPPERCASE.

This is an example of a user-defined function to add two numbers:
100 + 50 = 150

Functions are useful because they allow you to call predefined instructions multiple times without having to rewrite the code every time.