Lab 06: Python Data Structure

Note

In lab.qmd Lab 6,

x_lst <- list(idx = 1:3, 
              "a", 
              c(TRUE, FALSE))

Remember to create Python code chunk

```{Python}
#| echo: true
#| eval: false

```

Commit and Push your work once you are done.