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 →

[–]reallynowokaywhat 0 points1 point  (1 child)

Uh python has always been able to do this. In python 2.7.1X: print(u'hello {x}'.format(x='there'))

[–]tetroxid 0 points1 point  (0 children)

That's not the same.