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
#| code-line-numbers: false

```

Any issue of this Python chunk?

Commit and Push your work once you are done.