1. What will be the output of the following Python function?

import math
abs(math.sqrt(25))

Next Page »