FlashcardBeginner
Indentation Matters
Python uses indentation to define code blocks instead of braces.
Question
Why is indentation significant in Python?
Click to reveal answer
Python uses indentation to define code blocks instead of braces.
Why is indentation significant in Python?