Day 2 of Learning Python!

Here's what I learned today:
Variables and f-strings for clean formatting
Basic math functions like pow(), round(), floor(), and ceil()
String methods like .upper(), .lower(), .title(), .replace(), ....