Hello Everyone, new student here

Hello, @TFR, and welcome to Python Foundation Discourse!

We hope you enjoy majoring in CIS, including your coursework in Python, and that you find this forum helpful. In order to enhance the value of your experience here, you may benefit from taking a look at the following pages:

You may also find it interesting to browse through the great diversity of discussions in the popular Users category, where many visitors to this forum ask and answer questions about Python.

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 and quote marks are displayed properly. One technique for accomplishing this is to place lines of three back ticks before and after the code, as follows:

```
# example code
print("Monty Python Daily Menu")
for meal in ["breakfast", "lunch", "dinner", "midnight snack"]:
    print(f"Spam for {meal}!")
```

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

Title of the menu edited on July 5, 2022.