Given a number n, write a function that returns PI to n decimal places.
n
my_pi(5) ➞ 3.14159 my_pi(4) ➞ 3.1416 my_pi(15) ➞ 3.141592653589793