Ответ:
Объяснение:
s:=pi*sqr(r)
import math
R = float(input())
S = math.pi * R**2
print(S)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
s:=pi*sqr(r)
import math
R = float(input())
S = math.pi * R**2
print(S)