import math print(math.sqrt(81)) print(math.factorial(5))