python sin cos tan functions code example
Example: how to import sin and cos in python
#A demo of sin() function
from math import sin
from math import cos
#A demo of sin() function
from math import sin
from math import cos