from math import * print(pi) print(factorial(6)) print(exp(6)) print(sqrt(2)) print(log2(4)) print(sin(radians(30)))