Commit Graph

3 Commits (11968cf6e7baa1ee4e527af06140d58831d59651)

Author SHA1 Message Date
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
Ken Nguyen 75d856fa26 Added PEP8 convention (#20168) 2018-10-27 20:13:15 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30