I'm trying to append filenames with Mathematica, and cannot do it.
The output of my calculation are two lists : X and Y, calculated for a varying parameter G.
So I want to have X0, Y0 for G = 0, X0.5, Y0.5 for G = 0.5, etc. In python, I would just automate this by defining X"$G", Y"$G", and do a loop on G.
Is there an equivalent in Mathematica?