Explore Library
FlashcardBeginner

Indentation Matters

Python uses indentation to define code blocks instead of braces.

Question

Why is indentation significant in Python?

Click to reveal answer