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