In this video we will learn what are functions and why we need them.
Note: The abs() function takes a value and returns its absolute value.
List of keywords:
def - create a function
return - returns a value, different from printing a value
#return #def #arguments