Vs code extensions, like Pylance and Python Indent will help you work with indentation in Python. Pylance will help you identify codes that are not properly indented while Python Indent will help you to properly indent your code with ease i.e give the correct spacing by just pressing enter.
2 Comment
dev sahar 6 months ago
Yes you can try autopep8
6 months ago
Vs code extensions, like Pylance and Python Indent will help you work with indentation in Python. Pylance will help you identify codes that are not properly indented while Python Indent will help you to properly indent your code with ease i.e give the correct spacing by just pressing enter.