Today I learned that in Python🐍, indentation is very important. Where in other programming languages the indentation in code is for readability, Python uses indentation to indicate a block of code. 🫡 noted! #codedex #python