Chapter 2 : Python Basic Syntax and Structure

Subdecks (23)

Cards (16)

  • Indentation is very important in Python to write a successful program without any errors.
  • Indentation means usage of whitespace to define the scope of the program.
  • Indentation is mostly used when using conditional statements and looping statements.