Как импортировать грех и cos в Python

#A demo of sin() function
 
from math import sin
from math import cos
Clear Cat