Skip to content

Commit

Permalink
Update index.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless authored Aug 1, 2023
1 parent edf33f3 commit 51c1066
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


## Welcome {.unnumbered}

Welcome splash page! Provide an overview of the book.
Expand All @@ -7,14 +9,14 @@ Sample evaluation of R and Python in a side-by-side manner:
::: {layout-ncol=2}
#### R

```r
```{r}
my_list = list(1, 2, 3)
typeof(my_list)
```

#### Python

```python
```{python}
my_list = [1, 2, 3]
type(my_list)
```
Expand Down

0 comments on commit 51c1066

Please sign in to comment.