** YOU CANNOT SUBMIT THIS EXERCISE ON DODONA** This exercise is not used to score you. Feel welcome to complete it on your own.

Write a function called scatter_plot_global_data that takes a single argument: a list of global data observations. It should not return anything. In this function you should use matplotlib draw a scatter plot from the input data.

When drawing this plot, your result should look like this:

Scatter plot output