From 3963a3498a674ed36a61ca50dbae7fdf7f4d99f3 Mon Sep 17 00:00:00 2001 From: Jethro Stapelbroek Date: Tue, 25 Jul 2023 10:05:59 +0200 Subject: [PATCH] Herman --- herman.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 herman.py diff --git a/herman.py b/herman.py new file mode 100644 index 0000000..058b569 --- /dev/null +++ b/herman.py @@ -0,0 +1,5 @@ +import math + +r = int(input()) +print(r**2 * math.pi) +print(r**2 * 2)