csc-python-solutions/04/2 - Tasty Typecasting.py

2 lines
37 B
Python
Raw Normal View History

2021-02-18 18:42:31 +00:00
print(int(float(inputStr)**2 / 100))