0
Does python need to add {} and remove : ?
Some people think that it's easier to code with {}.
1 Answer
+ 6
Python does not support brackets.
In my opinion, Its easier to code with brackets because you can distinguish code segments. Python forces you to indent, this can be comfortable for small projects but code becomes messy when the indentation is too big...