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.

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
...