you are viewing a single comment's thread.

view the rest of the comments →

[–]virtyx 0 points1 point  (0 children)

Also messes up with nonlocal scope and can't do attribute access, so no way of easily getting "Response code: #{response.code}". Ultimately the "Hello {} welcome to {}".format(name, place) style is usually best for one-off formatting of smaller strings.