From dbcf296ec3b472c5c5525843d6f5aaa39a0fbf70 Mon Sep 17 00:00:00 2001 From: Lukas Baumann Date: Thu, 18 Feb 2021 19:42:31 +0100 Subject: [PATCH] Create 2 - Tasty Typecasting.py --- 04/2 - Tasty Typecasting.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 04/2 - Tasty Typecasting.py diff --git a/04/2 - Tasty Typecasting.py b/04/2 - Tasty Typecasting.py new file mode 100644 index 0000000..13a1cfe --- /dev/null +++ b/04/2 - Tasty Typecasting.py @@ -0,0 +1 @@ +print(int(float(inputStr)**2 / 100))