Import math
a = int(input())
c = math.cos(a)
print(c)
Ответ:
import math
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Import math
a = int(input())
c = math.cos(a)
print(c)
Verified answer
Ответ:
import math
a = int(input())
c = math.cos(a)
print(c)