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