How to calculate PI with Python

前端 未结 0 538
青春惊慌失措
青春惊慌失措 2021-01-26 21:58

We have to calculate Pi.

My code

import sys

import math

for s in sys.stdin:
    m = math.pi
    t = str(m).split(".")
    tok = ("").         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题