Day 2 of my #100DaysOfCode challenge is officially wrapped As a Data Analyst, understanding how to manipulate different types of data is crucial, so getting these fundamentals down is a major win. Here is what I covered in day 2: Data Types: Strings, Integers, Floats, and Booleans. Mathematical Operations: Deep dive into PEMDAS within Python. Type Conversion: Learning how to check types with type() and convert them seamlessly. F-strings: A brilliant way to insert variables directly into strings. To apply these concepts, I tackled a BMI calculator exercise and built a functional Tip Calculator. It takes the total bill, adds the tip percentage, and splits it evenly among the group, down to the exact cent. Check my code in the comments👇 #Python #DataAnalytics #100DaysOfCode
The fact that you're not just learning but applying immediately is everything 😄 BMI calculator, tip calculator, f-strings all in one day. Day 2 is not playing around 😂 keep this energy!
How much each person should pay