> For the complete documentation index, see [llms.txt](https://jrhs.introtocoding.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jrhs.introtocoding.net/week-2.md).

# Week 2

## Source Code

```python
name = "my first name" # replace
print(name)

# Example 1


# Example 2


# Example 3


# Example 4


# Example 5


# Example 6


# Example 7


# Example 8


# Example 9


# Example 10
```
