x_lst <- list(idx = 1:3, 
              "a", 
              c(TRUE, FALSE))Lab 06: Python Data Structure
Note
In lab.qmd Lab 6,
- Create a Python list and dictionary similar to the R list below.
 
Remember to create Python code chunk
```{Python}
#| echo: true
#| eval: false
```Commit and Push your work once you are done.