Inspiration
I wanted to create a simple medical application that everyone can use and find out how fit they are.
What it does
This calculator takes your height and weight and tells you your BMI. In addition, it also provides you with a link to learn more about how you can remain fit as per your BMI.
How I built it
I built it using the very basic concept of functions and loops in Python.
Challenges I ran into
I ran into the challenge of how to integrate the functionality of calculating the BMI again and again.
Accomplishments that I am proud of
I am proud of learning control flow in Python and the concept of a function.
What I learned
I learned how to call a function recursively in a function and how control flow works normally and in recursion.
What's next for the BMI calculator
I am going to learn the concept of GUI (Graphical User Interface) and try to build a colorful application with animations.

Log in or sign up for Devpost to join the conversation.