LINKS TO FULL CONTENT
Full lesson: https://computersciencecamp.com/courses/python3/control-flow/indentation
Full course: https://computersciencecamp.com/courses/python3
FULL LESSON DESCRIPTION
In this lesson, I'll discuss two methods of indenting our code when using control flow, based on tabs and spaces. I'll present the advantages and disadvantages of each approach, and the built-in support for tab-based indentation in our code editor.
Download
0 formats
No download links available.
Should you use TABS or SPACES for indentation in Python? | NatokHD