bagaimana menemukan kosinus dalam python
import math
x = math.cos(90)
print(x)
Blushing Buzzard
import math
x = math.cos(90)
print(x)