Assignment in Python

```{python, include = FALSE}

```{python}
numbers = [1, 2, 3]

Looping in Python

for i in numbers:
    print(i) # print value to screen
#~    


datascienceworkshops/knitractive documentation built on April 29, 2024, 4:23 a.m.