Como encontrar o cosseno em Python
import math
x = math.cos(90)
print(x)
Blushing Buzzard
import math
x = math.cos(90)
print(x)