I am new to Python from Saint Leo

Hello, I am Donovan Chancellor and I am new to Python and I am from Saint Leo University. I hope I get to learn some things.

1 Like

Hello, @donovan.chancellor, and welcome to Python Foundation Discourse!

We hope you enjoy the discussions here.

You may be interested in reading the following pages, which offer helpful information about this forum:

Also see the discussions in the popular Users category, where many participants in this forum ask and answer questions about Python.

If you decide to post code within these discussions in order to request assistance or to offer help to others, please be sure to format it, so that important details such as indentation are displayed correctly. One technique for formatting code is to place lines of three back ticks before and after the code, as follows:


```
# Say "Hello" to the World.
print("Hello, World!")
```

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