Greetings fellow coders!

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

We hope you enjoy the discussions here. You might be interested in checking out the following pages:

Also see the discussions in the popular Users category, where many visitors to this site ask and answer questions about Python.

We hope your Python code doesn’t bite you as your Boa Constrictor :snake: did. :grin: However, if that ever happens, and you post the code in order to seek first aid here, please format it so that features 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!")
```
2 Likes