Tester.py

import math
print(type(math))
print(type(math.pi) is int)
print(math.fabs(1))
What is the output?
Be careful of the whitespace(space,newline) in your answer.