Ответ:
from math import cos
n = int(input())
print(cos(3 * n))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
from math import cos
n = int(input())
print(cos(3 * n))