+ 1
How identation works ?
Can somebody explain me how identation works i mean in big if elif statements
2 Réponses
+ 2
Python uses indentation to denote scope just like curly braces in some other languages.
+ 1
This is the basic concept in python identation.you can extend it for as many code blocks you want.
https://code.sololearn.com/cMDzJHNOB2Pj/?ref=app
Hope this helps.