#indentation

[ follow ]
#python
fromRealpython
1 day ago
Python

How to Properly Indent Python Code Quiz - Real Python

Consistent indentation using spaces, proper editor settings, and code formatters ensures correct Python code structure and behavior.
fromRealpython
1 month ago
Python

How to Properly Indent Python Code - Real Python

Python uses indentation to define code blocks; follow PEP 8 by using four spaces per indentation level and rely on Python-aware editors.
[ Load more ]