Jak importować grzech i cos w Pythonie

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