import math math.sqrt(16)
import math as m from math import sqrt
def add(a,b): return a+b
if __name__=="__main__": main()