commit f0ea95083275f5bd06f7c0b2498652929f3a2f01 Author: Radovan Bast Date: Fri Mar 29 16:02:50 2019 +0100 commit number 1 diff --git a/get_pi.py b/get_pi.py new file mode 100644 index 0000000..4501a92 --- /dev/null +++ b/get_pi.py @@ -0,0 +1,16 @@ +# commit 1 +t0 = 3.0 + 0.16666666666666666 # this comment is added to obfuscate git blame +t1 = t0 + -0.03333333333333333 +t2 = t1 + 0.011904761904761904 +t3 = t2 + -0.005555555555555556 +t4 = t3 + 0.0030303030303030303 +t5 = t4 + -0.0018315018315018315 +t6 = t5 + 0.0011904761904761906 +t7 = t6 + -0.0008169934640522876 +t8 = t7 + 0.0005847953216374269 +t9 = t8 + -0.0004329004329004329 +t10 = t9 + 0.00032938076416337287 +t11 = t10 + -0.0002564102564102564 +t12 = t11 + 0.0002035002035002035 +t13 = t12 + -0.00016420361247947455 +print('%.2f' % (t13))