New To the Forum- "Hello!" I say

Hello, @Annie, and welcome to Python Software Foundation Discourse!

We hope this forum enhances your experience of learning some additional Python. While you are visiting here, you may benefit by taking a look at the following pages:

You might also enjoy reading some of the many interesting discussions in the popular Python Help category, where many visitors to this forum ask and answer questions about Python programming.

If, when asking questions or offering replies, you decide to post code, please format it correctly for posting, so that important details such as indentation, quote marks, and other features are displayed properly. One technique for accomplishing this is to place lines (fences) of three back ticks before and after the code, as follows:

```
# This is example code.
print("Hello, World!")
```

There is also a </> button at the top of the editing window that will format code, after that code has been selected.