Problem 1: Create two lists of data: days containing the numbers 1 through 5, and temperature containing the values 70, 72, 68, 75, and 74. Create a basic line plot showing the temperature over these days.

Problem 2: Create a scatter plot using two lists of coordinates. Make the data points red. Add a title to the chart, an X-axis label, and a Y-axis label so the viewer knows what they are looking at.

Problem 3: You have a dictionary containing sales data for three different products (Apples: 35, Bananas: 50, Oranges: 20). Extract the product names and their sales, and plot them as a bar chart.