0 votes
in Python by
Is indentation necessary in Python?

1 Answer

0 votes
by

Indentation is required in Python if not done properly the code is not executed properly and might throw errors. Indentation is usually done using four space characters.

...