import math
import numpy
import scipy

print(math.pi == numpy.pi == scipy.pi)
print(math.pi)
