📄️ Basic functionsLet's start with a simple function,📄️ Basic sumComplete the function sum such that it returns the sum of a and b.📄️ Basic multiplicationComplete the function multiply such that it returns the product of a and b.