Take control of your Python print() statements: part 1

In the last post, our program printed out the computed BMI with lots of precision (24.489795918367346) and no additional information. In hindsight, it would have been more informative to tell the user that A weight of 75 kg and a height of 1.75 meters equal a MBI if 24.5. In the next few posts we will learn how to create
Read more