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))