Wie findet man den Cosinus in Python

import math
x = math.cos(90)
print(x)
Blushing Buzzard