Funkcja modułu matematycznego sin () w Pythonie
>>> import math
>>> math.sin(math.pi/2)
1.0
Outrageous Ostrich
>>> import math
>>> math.sin(math.pi/2)
1.0