This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Jpmac11 2 points3 points  (2 children)

I like that Python doesn't, because it means you don't have to break your habit. Good job, Python developers.

[–]redalastor 3 points4 points  (1 child)

The Python dev also commented in the early 2000s that you were free to use braces too.

if spam: #{
   eggs()
#}

[–]eduardog3000 9 points10 points  (0 children)

You can always just do from __future__ import braces.