Welcome to Discourse Discussion1 Saying Hi!

Hello Everyone,

I’m Shirl and this is my second attempt at this python class, wish me luck, I wish you all well in python, and I’m excited to be apart of the group.

-Shirl

1 Like

Hello @tikiw31!

I do :slight_smile:

Good to hear that! [1] Feel free to reach to us if you want some Python guidance or help :wink:


  1. Small note: I think you wanted to say “a part of the group”, right? ↩︎

1 Like

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

We hope you enjoy the discussions here. You might be interested in taking a look at the following pages:

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

If at some time, when asking questions or offering replies, you need to post code within these discussions, please format it correctly for posting, so that important details such as indentation are displayed properly. One way to do this is to place lines of three back ticks before and after the code, as follows:


```
# example code
for i in range(10):
    print("Hello World!")
```

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

1 Like