Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 284 Bytes

File metadata and controls

12 lines (8 loc) · 284 Bytes

My first PI generator

A simple program for outputing specified number of decimal places for a number pi.

Example pi_generator:

Enter how many decimal places of number Pi you want: 6
3.141592

I used Python 3.8.0, should also work in other 3.n versions.