👉 Indents are a method used in programming to specify indentation for code blocks. Indents help to control how much of the source code is displayed on the screen, and they can be used to enhance readability and maintainability of the code. In computer programming, indents are typically represented by spaces or tabs within a block of code, but they can also be placed outside the code block itself using a tab character (tab) at the beginning or end of each line.