Design a function with one parameter. If the initial value of the parameter is smaller than 5, then the function returns “Smaller than 5”. If the initial value of the parameter is larger than or equal to 5, then the function starts a For Loop. The for loop will multiply the initial value of the parameter by 5 for 5 times.