import math
math.sqrt(25)from math import sqrt
sqrt(25) # no longer have to reference the modulefrom math import cos, floorfrom os import *import numpy as npdir(math)import math
math.sqrt(25)from math import sqrt
sqrt(25) # no longer have to reference the modulefrom math import cos, floorfrom os import *import numpy as npdir(math)