This commit is contained in:
2023-07-25 10:05:59 +02:00
parent adb3cc79d4
commit 3963a3498a

5
herman.py Normal file
View File

@@ -0,0 +1,5 @@
import math
r = int(input())
print(r**2 * math.pi)
print(r**2 * 2)