You are viewing a single comment's thread from:

RE: Python Programming for Dummies Lesson 1- I know nothing and I wrote my first line of code!

in #python9 years ago

Oh, and by the way, if you wrap your code sectons in triple-backticks:
```
like this
```
...it makes it look all codely like this, which makes the code sections easier to read.

Sort:  

Thanks! Ill incorporate that in tomorrow's post, too :)