DEV Community

Cover image for indentation in python
Manal BENCHRIF
Manal BENCHRIF

Posted on

indentation in python

Hello everyone!
Indentation is very important in python.
we use indentation and de-indentation to indicate the start and the end of a block.
Link of a simple example:
https://github.com/ManalBenchrif/indentationPython

Top comments (0)