Create 2 - Tasty Typecasting.py

This commit is contained in:
Lukas Baumann 2021-02-18 19:42:31 +01:00 committed by GitHub
parent 60574aa9dc
commit dbcf296ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
print(int(float(inputStr)**2 / 100))