--- title: "Final assignment" author: "Your name" format: pdf: number-sections: true --- You can use [quarto](https://quarto.org/) to submit your final assignment. You are free to use whatever visualization tool you prefer: to set the language of a code block simply set it as `{python}` or `{r}` at the beginning of the block itself. For instance, the following block imports the `polars` Python package (if installed). ```{python} import polars as pl ```