From e419e3b7d5880118c1f996c4f1273132827cfefb Mon Sep 17 00:00:00 2001 From: kalanagayantha <43947400+kalanagayantha@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:10:01 +0530 Subject: [PATCH] Updated and improved the comments --- calculatePi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculatePi.py b/calculatePi.py index 15c60fd..2a6a499 100644 --- a/calculatePi.py +++ b/calculatePi.py @@ -1,4 +1,4 @@ -PI = 3.1415926535897932384626433832795028841971693993751058209 +PI = 3.1415926535897932384626433832795028841971693993751058209 #actual pie value in mathematics taken as a variable for calculations def calculate_pi(accuracy): pi = 1.0