Emulating Ruby's String Interpolation in Python
I've been learning Ruby recently and, honestly, I prefer python over it in every way. Except for the string interpolations. And I'm not going to use Ruby over python only for this, so I decided to figure out how to give python that same ability.