csc-python-solutions/04/2 - Tasty Typecasting.py
2021-02-18 19:42:31 +01:00

2 lines
37 B
Python

print(int(float(inputStr)**2 / 100))