Hello everybody I am Kasey!

I am a college student working on my Bachelors in Cybersecurity, I am taking a course in Python Programming. I am excited for this journey and knowledge.

1 Like

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

We hope you enjoy the discussions here.

The following pages will provide you with helpful information about this forum:

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

If, at some time, you decide to post code within these discussions in order to seek help or to help others, please be sure to format it, so that important details such as indentation are displayed properly. One way to format code is to place lines of three back ticks before and after the code, as follows:


```
# example code
for i in range(10):
    print("Welcome to Python Foundation Discourse!")
```

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