freeCodeCamp/guide/english/python/code-blocks-and-indentation
Paula Milenkova 4b701255b9 Added text on the semicolon use alongside indents (#21592)
In the section introducing and elaborating upon if and elif-statements, I made a small note on how the rest of the structure is just as crucial, particularly, the semicolon. That is because, while this file is on indentation, it also regards the structural requirements of a code and how to be refrain from avoidable errors. The same way you can easily avoid an error by remembering when to properly indent is seen when we remember to always include a semicolon after a condition.
2018-11-05 02:25:23 -05:00
..
index.md Added text on the semicolon use alongside indents (#21592) 2018-11-05 02:25:23 -05:00