(1) Indentation refers to the empty space at the beginning of a line.
(2) PEP-8 style guide recommends using 4 spaces per indentation level, this way you improve the readability while leaving room for multiple levels of indentation on each line.
(3) Be very careful not to mix tabs and spaces - mixing tabs and spaces in your code can cause problems that are very difficult to diagnose
(4) If you think you have a mix of tabs and spaces, you can convert all tabs in a file to spaces in most editors.
-------------------------Subscribe----------------------------
• If you like to see a variety of fun and interactive projects written in Python
• If you love ☕ and 🐶 WAIT! - Yeah! Definitely, coffee and dogs!
-----------------------------------------------------------------------
-------------------------Socials----------------------------
• Twitter: / iftodd1
• Facebook: / iftodd
• Instagram: / if_todd
------------------------------------------------------------------
-------------------------Support----------------------------
You can support me here: / if_todd
--------------------------------------------------------------------
#indentation #python
Empty space or indentation in Python #shorts