Are there any disadvantages, caveats or bad practice warnings about using the following pattern? I had a very repetitive string generation code to write and was tempted to use this, but something about using locals() makes me uncomfortable. Is there any danger of unexpected behavior in this? Edit: context I found myself constantly writing stuff like: Answer There is now