<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import math
import numpy
import scipy

print(math.pi == numpy.pi == scipy.pi)
print(math.pi)
</pre></body></html>