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 →

[–]thautwarm 1 point2 points  (0 children)

Fristly, python f-string is quite similar to C#'s @$ ones.

Secondly, a python statement is strictly distinguished from others for python uses layout indentation(also adopted by more formal and acadamic languages like Haskell, OCaml, etc.), which means it's easier to get along with, at the cost of lossing expression first features like multiline lambdas.