python-pi-computer Provides a way to retrieve the n-th first decimals of PI. n is given as an input parameter. The output is "3." followed by as many digits as the input. e.g. for the input 4, the result is 3.1415.