Cómo encontrar el coseno en Python
import math
x = math.cos(90)
print(x)
Blushing Buzzard
import math
x = math.cos(90)
print(x)