Write a program that asks the user for their weight (in kg) and height (in meters), calculates the body mass index and stores it in a variable, and displays on the screen | python Programming
Simple Data Types in Python Write a program which input weight (in kg) and height (in meters) form user, calculates the body mass index and stores it in a variable, and displays on the screen. Solution: Output: Step 1: Step 3: Final Output: #Why python Programming Important #Colab Hope You will learn Something. Happy Coding.