my problem is that I need a some variables and parameters which are in string form in dictionary and the values are in both shape (string and integer) For example :
d={'a6':'36','a21':52}
Now I want these to use them in next steps in some math formulas:
a6=36.0
a21=52.0
Is there anyway to change those keys which are in string forms to these variables?