Write a Python program that asks the user to enter their weight
in kilograms and height
in meters. Note that weight
and height
are float number.
The program should calculate the Body Mass Index (BMI) using the formula:
weight = float(input("Enter weight in kg: "))