dvelopp
0
Q:

pi python

# import built in math module
import math

# Showing usage of pi function
print(math.pi)
2

    # Import math Library
import math 

# Print the value of pi

    print (math.pi) 
1

New to Communities?

Join the community