100 days of code. Day 2
This day was dealing with data types and specifically numbers. We covered the int() and float() values, along with subscript printing. We also explored the type() function to identify if the value we are handing is a int, string or float. BMI Calculator There were several exercises and one of them is calculating the Body … Read more