I am currently trying to create a dictionary named based on a variable. But the given code only returns the following error: "SyntaxError: cannot assign to operator".
Is this idea inherrently flawed, or is there a possible solution for this issue?
a = 1
'rmsettings'+str(a) = {}