Problem 1: Load Seaborn’s built-in tips dataset (which contains restaurant tipping data). Create a histogram to visualize the distribution of the total_bill amounts to see what the most common bill sizes are.

Problem 2: Using the same tips dataset, create a visual that compares the distribution of the total_bill across different days of the week.

Problem 3: Create a scatterplot to see the relationship between the total_bill and the tip amount. To make it more insightful, color-code the data points based on whether the table section was a smoker or non-smoker section.