a = input()b = input() bmi = a / b ** 2 print(bmi)
100 1.5
44.4444444444
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!