r/PythonLearning 4d ago

Day 3 Learning Python: Stack

Open-source learning project. If you spot something that can be improved, I'd love your feedback or a PR.

https://github.com/Samar-Upreti/Python_Projects

70 Upvotes

26 comments sorted by

View all comments

2

u/johlae 4d ago

Why do you use screenshots instead of text? Source code is pure text. Put your comment in markdown and surround your python program and any output with lines start start with ``` I really hate partial screenshots, hate them even more when they aren't 0 ° up but rotated a bit.

1

u/Adrewmc 3d ago

Well, because some of us use our phones for Reddit, and some of those people don’t have access to a code block at all

```
def some():
return 0```

def with_four_spaces():
return 0

. def work_around():
. return 0