/BMI-Calc

It's an upgraded version of my previous BMI cal with nested if conditions to calculate your BMI.

Primary LanguagePython

BMI-formula

BMI = W/M**2

Conditions

  • Used Nested if conditions to check more conditions
  • Used PEMDA technique
  • Used F strings and operators