I often use the syntax-highlighting feature of Stack Exchange in order to make my code easier to read.
```lang-python
for k in range(0, 10):
print(k)
```
for k in range(0, 10):
print(k)
There are many different ways to capitalize a string such as lang-python:
Lang-PythonLANG-Pythonlang-PYTHON
Is the language tag case sensitive for syntax highlighting? I often mistype it and write something like "lang-Pythn" but no error messages are displayed.