cómo importar pecado y cos en python

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