import math #importing the math functions pi = math.pi #getting the value of pi print(pi) #printing the result